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

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

Issue 7541001: Move more files from chrome/test to chrome/test/base, part #3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/test_url_request_context_getter.cc ('k') | chrome/test/ui/ui_test_suite.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/testing_profile.h" 5 #include "chrome/test/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 26 matching lines...) Expand all
37 #include "chrome/browser/search_engines/template_url_fetcher.h" 37 #include "chrome/browser/search_engines/template_url_fetcher.h"
38 #include "chrome/browser/search_engines/template_url_service.h" 38 #include "chrome/browser/search_engines/template_url_service.h"
39 #include "chrome/browser/search_engines/template_url_service_factory.h" 39 #include "chrome/browser/search_engines/template_url_service_factory.h"
40 #include "chrome/browser/sync/profile_sync_service_mock.h" 40 #include "chrome/browser/sync/profile_sync_service_mock.h"
41 #include "chrome/browser/ui/find_bar/find_bar_state.h" 41 #include "chrome/browser/ui/find_bar/find_bar_state.h"
42 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 42 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
43 #include "chrome/common/chrome_constants.h" 43 #include "chrome/common/chrome_constants.h"
44 #include "chrome/common/chrome_notification_types.h" 44 #include "chrome/common/chrome_notification_types.h"
45 #include "chrome/common/url_constants.h" 45 #include "chrome/common/url_constants.h"
46 #include "chrome/test/base/bookmark_load_observer.h" 46 #include "chrome/test/base/bookmark_load_observer.h"
47 #include "chrome/test/base/test_url_request_context_getter.h"
47 #include "chrome/test/base/ui_test_utils.h" 48 #include "chrome/test/base/ui_test_utils.h"
48 #include "chrome/test/test_url_request_context_getter.h"
49 #include "chrome/test/testing_pref_service.h" 49 #include "chrome/test/testing_pref_service.h"
50 #include "content/browser/browser_thread.h" 50 #include "content/browser/browser_thread.h"
51 #include "content/browser/in_process_webkit/webkit_context.h" 51 #include "content/browser/in_process_webkit/webkit_context.h"
52 #include "content/browser/mock_resource_context.h" 52 #include "content/browser/mock_resource_context.h"
53 #include "content/common/notification_service.h" 53 #include "content/common/notification_service.h"
54 #include "net/base/cookie_monster.h" 54 #include "net/base/cookie_monster.h"
55 #include "net/url_request/url_request_context.h" 55 #include "net/url_request/url_request_context.h"
56 #include "net/url_request/url_request_context_getter.h" 56 #include "net/url_request/url_request_context_getter.h"
57 #include "net/url_request/url_request_test_util.h" 57 #include "net/url_request/url_request_test_util.h"
58 #include "testing/gmock/include/gmock/gmock.h" 58 #include "testing/gmock/include/gmock/gmock.h"
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 quota::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() { 787 quota::SpecialStoragePolicy* TestingProfile::GetSpecialStoragePolicy() {
788 return GetExtensionSpecialStoragePolicy(); 788 return GetExtensionSpecialStoragePolicy();
789 } 789 }
790 790
791 void TestingProfile::DestroyWebDataService() { 791 void TestingProfile::DestroyWebDataService() {
792 if (!web_data_service_.get()) 792 if (!web_data_service_.get())
793 return; 793 return;
794 794
795 web_data_service_->Shutdown(); 795 web_data_service_->Shutdown();
796 } 796 }
OLDNEW
« no previous file with comments | « chrome/test/test_url_request_context_getter.cc ('k') | chrome/test/ui/ui_test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698