[email protected] | 9e790bd | 2011-01-10 23:48:54 | [diff] [blame] | 1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
license.bot | bf09a50 | 2008-08-24 00:55:55 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
initial.commit | 09911bf | 2008-07-26 23:55:29 | [diff] [blame] | 4 | |
[email protected] | 37858e5 | 2010-08-26 00:22:02 | [diff] [blame] | 5 | #include "chrome/browser/prefs/browser_prefs.h" |
initial.commit | 09911bf | 2008-07-26 23:55:29 | [diff] [blame] | 6 | |
[email protected] | 1a47d7e | 2010-10-15 00:37:24 | [diff] [blame] | 7 | #include "chrome/browser/about_flags.h" |
[email protected] | 551c0ff | 2010-01-11 18:49:40 | [diff] [blame] | 8 | #include "chrome/browser/autofill/autofill_manager.h" |
[email protected] | 0dba4b39 | 2011-10-07 02:21:13 | [diff] [blame] | 9 | #include "chrome/browser/background/background_contents_service.h" |
[email protected] | a07676b2 | 2011-06-17 16:36:53 | [diff] [blame] | 10 | #include "chrome/browser/background/background_mode_manager.h" |
[email protected] | c58c5ea | 2011-07-13 21:43:16 | [diff] [blame] | 11 | #include "chrome/browser/bookmarks/bookmark_model.h" |
[email protected] | 44b2c885 | 2009-03-18 00:57:49 | [diff] [blame] | 12 | #include "chrome/browser/bookmarks/bookmark_utils.h" |
[email protected] | c5cf0103 | 2009-02-16 07:00:37 | [diff] [blame] | 13 | #include "chrome/browser/browser_shutdown.h" |
[email protected] | 9d01a6a | 2010-11-30 12:03:33 | [diff] [blame] | 14 | #include "chrome/browser/content_settings/host_content_settings_map.h" |
[email protected] | a6d36cc | 2011-02-23 00:39:48 | [diff] [blame] | 15 | #include "chrome/browser/custom_handlers/protocol_handler_registry.h" |
[email protected] | dce50276 | 2011-07-20 08:53:49 | [diff] [blame] | 16 | #include "chrome/browser/debugger/devtools_window.h" |
[email protected] | e5dc422 | 2010-08-30 22:16:32 | [diff] [blame] | 17 | #include "chrome/browser/download/download_prefs.h" |
[email protected] | 18cc5a5 | 2011-04-15 16:03:38 | [ |