| 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/location.h" | 10 #include "base/location.h" |
| 11 #include "base/path_service.h" | 11 #include "base/path_service.h" |
| 12 #include "base/prefs/testing_pref_store.h" | 12 #include "base/prefs/testing_pref_store.h" |
| 13 #include "base/run_loop.h" | 13 #include "base/run_loop.h" |
| 14 #include "base/single_thread_task_runner.h" | 14 #include "base/single_thread_task_runner.h" |
| 15 #include "base/strings/string_number_conversions.h" | 15 #include "base/strings/string_number_conversions.h" |
| 16 #include "base/thread_task_runner_handle.h" | 16 #include "base/thread_task_runner_handle.h" |
| 17 #include "chrome/browser/autocomplete/autocomplete_classifier.h" | |
| 18 #include "chrome/browser/autocomplete/in_memory_url_index_factory.h" | 17 #include "chrome/browser/autocomplete/in_memory_url_index_factory.h" |
| 19 #include "chrome/browser/bookmarks/bookmark_model_factory.h" | 18 #include "chrome/browser/bookmarks/bookmark_model_factory.h" |
| 20 #include "chrome/browser/bookmarks/chrome_bookmark_client.h" | 19 #include "chrome/browser/bookmarks/chrome_bookmark_client.h" |
| 21 #include "chrome/browser/bookmarks/chrome_bookmark_client_factory.h" | 20 #include "chrome/browser/bookmarks/chrome_bookmark_client_factory.h" |
| 22 #include "chrome/browser/browser_process.h" | 21 #include "chrome/browser/browser_process.h" |
| 23 #include "chrome/browser/chrome_notification_types.h" | 22 #include "chrome/browser/chrome_notification_types.h" |
| 24 #include "chrome/browser/favicon/chrome_fallback_icon_client_factory.h" | 23 #include "chrome/browser/favicon/chrome_fallback_icon_client_factory.h" |
| 25 #include "chrome/browser/favicon/fallback_icon_service_factory.h" | 24 #include "chrome/browser/favicon/fallback_icon_service_factory.h" |
| 26 #include "chrome/browser/favicon/favicon_service_factory.h" | 25 #include "chrome/browser/favicon/favicon_service_factory.h" |
| 27 #include "chrome/browser/history/chrome_history_client.h" | 26 #include "chrome/browser/history/chrome_history_client.h" |
| (...skipping 29 matching lines...) Expand all Loading... |
| 57 #include "components/favicon/core/favicon_service.h" | 56 #include "components/favicon/core/favicon_service.h" |
| 58 #include "components/history/content/browser/content_visit_delegate.h" | 57 #include "components/history/content/browser/content_visit_delegate.h" |
| 59 #include "components/history/content/browser/history_database_helper.h" | 58 #include "components/history/content/browser/history_database_helper.h" |
| 60 #include "components/history/core/browser/history_backend.h" | 59 #include "components/history/core/browser/history_backend.h" |
| 61 #include "components/history/core/browser/history_constants.h" | 60 #include "components/history/core/browser/history_constants.h" |
| 62 #include "components/history/core/browser/history_database_params.h" | 61 #include "components/history/core/browser/history_database_params.h" |
| 63 #include "components/history/core/browser/history_db_task.h" | 62 #include "components/history/core/browser/history_db_task.h" |
| 64 #include "components/history/core/browser/history_service.h" | 63 #include "components/history/core/browser/history_service.h" |
| 65 #include "components/keyed_service/content/browser_context_dependency_manager.h" | 64 #include "components/keyed_service/content/browser_context_dependency_manager.h" |
| 66 #include "components/keyed_service/core/refcounted_keyed_service.h" | 65 #include "components/keyed_service/core/refcounted_keyed_service.h" |
| 66 #include "components/omnibox/autocomplete_classifier.h" |
| 67 #include "components/omnibox/in_memory_url_index.h" | 67 #include "components/omnibox/in_memory_url_index.h" |
| 68 #include "components/policy/core/common/policy_service.h" | 68 #include "components/policy/core/common/policy_service.h" |
| 69 #include "components/ui/zoom/zoom_event_manager.h" | 69 #include "components/ui/zoom/zoom_event_manager.h" |
| 70 #include "components/user_prefs/user_prefs.h" | 70 #include "components/user_prefs/user_prefs.h" |
| 71 #include "components/webdata_services/web_data_service_wrapper.h" | 71 #include "components/webdata_services/web_data_service_wrapper.h" |
| 72 #include "content/public/browser/browser_thread.h" | 72 #include "content/public/browser/browser_thread.h" |
| 73 #include "content/public/browser/cookie_store_factory.h" | 73 #include "content/public/browser/cookie_store_factory.h" |
| 74 #include "content/public/browser/notification_service.h" | 74 #include "content/public/browser/notification_service.h" |
| 75 #include "content/public/browser/render_process_host.h" | 75 #include "content/public/browser/render_process_host.h" |
| 76 #include "content/public/browser/storage_partition.h" | 76 #include "content/public/browser/storage_partition.h" |
| (...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1064 #if defined(ENABLE_EXTENSIONS) | 1064 #if defined(ENABLE_EXTENSIONS) |
| 1065 extension_policy_, | 1065 extension_policy_, |
| 1066 #endif | 1066 #endif |
| 1067 pref_service_.Pass(), | 1067 pref_service_.Pass(), |
| 1068 original_profile, | 1068 original_profile, |
| 1069 guest_session_, | 1069 guest_session_, |
| 1070 supervised_user_id_, | 1070 supervised_user_id_, |
| 1071 policy_service_.Pass(), | 1071 policy_service_.Pass(), |
| 1072 testing_factories_); | 1072 testing_factories_); |
| 1073 } | 1073 } |
| OLD | NEW |