Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: chrome/test/base/testing_profile.cc

Issue 284893003: Move bookmarks/core/... to bookmarks/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing errors reported by presubmit Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common_constants.gyp ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 #include "base/base_paths.h" 9 #include "base/base_paths.h"
10 #include "base/command_line.h" 10 #include "base/command_line.h"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #include "chrome/browser/search_engines/template_url_fetcher_factory.h" 50 #include "chrome/browser/search_engines/template_url_fetcher_factory.h"
51 #include "chrome/browser/webdata/web_data_service.h" 51 #include "chrome/browser/webdata/web_data_service.h"
52 #include "chrome/browser/webdata/web_data_service_factory.h" 52 #include "chrome/browser/webdata/web_data_service_factory.h"
53 #include "chrome/common/chrome_constants.h" 53 #include "chrome/common/chrome_constants.h"
54 #include "chrome/common/chrome_switches.h" 54 #include "chrome/common/chrome_switches.h"
55 #include "chrome/common/pref_names.h" 55 #include "chrome/common/pref_names.h"
56 #include "chrome/common/url_constants.h" 56 #include "chrome/common/url_constants.h"
57 #include "chrome/test/base/history_index_restore_observer.h" 57 #include "chrome/test/base/history_index_restore_observer.h"
58 #include "chrome/test/base/testing_pref_service_syncable.h" 58 #include "chrome/test/base/testing_pref_service_syncable.h"
59 #include "chrome/test/base/ui_test_utils.h" 59 #include "chrome/test/base/ui_test_utils.h"
60 #include "components/bookmarks/core/browser/bookmark_model.h" 60 #include "components/bookmarks/browser/bookmark_model.h"
61 #include "components/bookmarks/core/common/bookmark_constants.h" 61 #include "components/bookmarks/common/bookmark_constants.h"
62 #include "components/keyed_service/content/browser_context_dependency_manager.h" 62 #include "components/keyed_service/content/browser_context_dependency_manager.h"
63 #include "components/policy/core/common/policy_service.h" 63 #include "components/policy/core/common/policy_service.h"
64 #include "components/user_prefs/user_prefs.h" 64 #include "components/user_prefs/user_prefs.h"
65 #include "content/public/browser/browser_thread.h" 65 #include "content/public/browser/browser_thread.h"
66 #include "content/public/browser/cookie_store_factory.h" 66 #include "content/public/browser/cookie_store_factory.h"
67 #include "content/public/browser/notification_service.h" 67 #include "content/public/browser/notification_service.h"
68 #include "content/public/browser/render_process_host.h" 68 #include "content/public/browser/render_process_host.h"
69 #include "content/public/browser/storage_partition.h" 69 #include "content/public/browser/storage_partition.h"
70 #include "content/public/test/mock_resource_context.h" 70 #include "content/public/test/mock_resource_context.h"
71 #include "content/public/test/test_utils.h" 71 #include "content/public/test/test_utils.h"
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 path_, 985 path_,
986 delegate_, 986 delegate_,
987 extension_policy_, 987 extension_policy_,
988 pref_service_.Pass(), 988 pref_service_.Pass(),
989 incognito_, 989 incognito_,
990 guest_session_, 990 guest_session_,
991 managed_user_id_, 991 managed_user_id_,
992 policy_service_.Pass(), 992 policy_service_.Pass(),
993 testing_factories_)); 993 testing_factories_));
994 } 994 }
OLDNEW
« no previous file with comments | « chrome/common_constants.gyp ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698