OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "chrome/test/base/testing_profile.h" | 5 #include "chrome/test/base/testing_profile.h" |
6 | 6 |
7 #include "base/base_paths.h" | 7 #include "base/base_paths.h" |
8 #include "base/command_line.h" | 8 #include "base/command_line.h" |
9 #include "base/files/file_util.h" | 9 #include "base/files/file_util.h" |
10 #include "base/message_loop/message_loop_proxy.h" | 10 #include "base/message_loop/message_loop_proxy.h" |
(...skipping 10 matching lines...) Expand all Loading... |
21 #include "chrome/browser/browser_process.h" | 21 #include "chrome/browser/browser_process.h" |
22 #include "chrome/browser/chrome_notification_types.h" | 22 #include "chrome/browser/chrome_notification_types.h" |
23 #include "chrome/browser/favicon/chrome_fallback_icon_client_factory.h" | 23 #include "chrome/browser/favicon/chrome_fallback_icon_client_factory.h" |
24 #include "chrome/browser/favicon/chrome_favicon_client_factory.h" | 24 #include "chrome/browser/favicon/chrome_favicon_client_factory.h" |
25 #include "chrome/browser/favicon/fallback_icon_service_factory.h" | 25 #include "chrome/browser/favicon/fallback_icon_service_factory.h" |
26 #include "chrome/browser/favicon/favicon_service_factory.h" | 26 #include "chrome/browser/favicon/favicon_service_factory.h" |
27 #include "chrome/browser/history/chrome_history_client.h" | 27 #include "chrome/browser/history/chrome_history_client.h" |
28 #include "chrome/browser/history/chrome_history_client_factory.h" | 28 #include "chrome/browser/history/chrome_history_client_factory.h" |
29 #include "chrome/browser/history/history_service_factory.h" | 29 #include "chrome/browser/history/history_service_factory.h" |
30 #include "chrome/browser/history/top_sites_factory.h" | 30 #include "chrome/browser/history/top_sites_factory.h" |
31 #include "chrome/browser/history/top_sites_impl.h" | |
32 #include "chrome/browser/history/web_history_service_factory.h" | 31 #include "chrome/browser/history/web_history_service_factory.h" |
33 #include "chrome/browser/net/pref_proxy_config_tracker.h" | 32 #include "chrome/browser/net/pref_proxy_config_tracker.h" |
34 #include "chrome/browser/net/proxy_service_factory.h" | 33 #include "chrome/browser/net/proxy_service_factory.h" |
35 #include "chrome/browser/notifications/desktop_notification_service.h" | 34 #include "chrome/browser/notifications/desktop_notification_service.h" |
36 #include "chrome/browser/notifications/desktop_notification_service_factory.h" | 35 #include "chrome/browser/notifications/desktop_notification_service_factory.h" |
37 #include "chrome/browser/policy/profile_policy_connector.h" | 36 #include "chrome/browser/policy/profile_policy_connector.h" |
38 #include "chrome/browser/policy/profile_policy_connector_factory.h" | 37 #include "chrome/browser/policy/profile_policy_connector_factory.h" |
39 #include "chrome/browser/prefs/browser_prefs.h" | 38 #include "chrome/browser/prefs/browser_prefs.h" |
40 #include "chrome/browser/prefs/pref_service_syncable.h" | 39 #include "chrome/browser/prefs/pref_service_syncable.h" |
41 #include "chrome/browser/prerender/prerender_manager.h" | 40 #include "chrome/browser/prerender/prerender_manager.h" |
(...skipping 17 matching lines...) Expand all Loading... |
59 #include "components/favicon/core/fallback_icon_service.h" | 58 #include "components/favicon/core/fallback_icon_service.h" |
60 #include "components/favicon/core/favicon_service.h" | 59 #include "components/favicon/core/favicon_service.h" |
61 #include "components/history/content/browser/content_visit_delegate.h" | 60 #include "components/history/content/browser/content_visit_delegate.h" |
62 #include "components/history/content/browser/history_database_helper.h" | 61 #include "components/history/content/browser/history_database_helper.h" |
63 #include "components/history/core/browser/history_backend.h" | 62 #include "components/history/core/browser/history_backend.h" |
64 #include "components/history/core/browser/history_constants.h" | 63 #include "components/history/core/browser/history_constants.h" |
65 #include "components/history/core/browser/history_database_params.h" | 64 #include "components/history/core/browser/history_database_params.h" |
66 #include "components/history/core/browser/history_db_task.h" | 65 #include "components/history/core/browser/history_db_task.h" |
67 #include "components/history/core/browser/history_service.h" | 66 #include "components/history/core/browser/history_service.h" |
68 #include "components/history/core/browser/top_sites.h" | 67 #include "components/history/core/browser/top_sites.h" |
| 68 #include "components/history/core/browser/top_sites_impl.h" |
69 #include "components/history/core/browser/top_sites_observer.h" | 69 #include "components/history/core/browser/top_sites_observer.h" |
70 #include "components/keyed_service/content/browser_context_dependency_manager.h" | 70 #include "components/keyed_service/content/browser_context_dependency_manager.h" |
71 #include "components/keyed_service/core/refcounted_keyed_service.h" | 71 #include "components/keyed_service/core/refcounted_keyed_service.h" |
72 #include "components/policy/core/common/policy_service.h" | 72 #include "components/policy/core/common/policy_service.h" |
73 #include "components/ui/zoom/zoom_event_manager.h" | 73 #include "components/ui/zoom/zoom_event_manager.h" |
74 #include "components/user_prefs/user_prefs.h" | 74 #include "components/user_prefs/user_prefs.h" |
75 #include "components/webdata_services/web_data_service_wrapper.h" | 75 #include "components/webdata_services/web_data_service_wrapper.h" |
76 #include "content/public/browser/browser_thread.h" | 76 #include "content/public/browser/browser_thread.h" |
77 #include "content/public/browser/cookie_store_factory.h" | 77 #include "content/public/browser/cookie_store_factory.h" |
78 #include "content/public/browser/notification_service.h" | 78 #include "content/public/browser/notification_service.h" |
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1136 #if defined(ENABLE_EXTENSIONS) | 1136 #if defined(ENABLE_EXTENSIONS) |
1137 extension_policy_, | 1137 extension_policy_, |
1138 #endif | 1138 #endif |
1139 pref_service_.Pass(), | 1139 pref_service_.Pass(), |
1140 original_profile, | 1140 original_profile, |
1141 guest_session_, | 1141 guest_session_, |
1142 supervised_user_id_, | 1142 supervised_user_id_, |
1143 policy_service_.Pass(), | 1143 policy_service_.Pass(), |
1144 testing_factories_); | 1144 testing_factories_); |
1145 } | 1145 } |
OLD | NEW |