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

Side by Side Diff: chrome/browser/profiles/profile_impl.cc

Issue 18644007: Update some includes of chrome_notification_types.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix deps Created 7 years, 5 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
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/browser/profiles/profile_impl.h" 5 #include "chrome/browser/profiles/profile_impl.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 10 matching lines...) Expand all
21 #include "base/strings/utf_string_conversions.h" 21 #include "base/strings/utf_string_conversions.h"
22 #include "base/synchronization/waitable_event.h" 22 #include "base/synchronization/waitable_event.h"
23 #include "base/threading/sequenced_worker_pool.h" 23 #include "base/threading/sequenced_worker_pool.h"
24 #include "base/version.h" 24 #include "base/version.h"
25 #include "chrome/browser/autocomplete/autocomplete_classifier.h" 25 #include "chrome/browser/autocomplete/autocomplete_classifier.h"
26 #include "chrome/browser/background/background_contents_service_factory.h" 26 #include "chrome/browser/background/background_contents_service_factory.h"
27 #include "chrome/browser/background/background_mode_manager.h" 27 #include "chrome/browser/background/background_mode_manager.h"
28 #include "chrome/browser/bookmarks/bookmark_model.h" 28 #include "chrome/browser/bookmarks/bookmark_model.h"
29 #include "chrome/browser/bookmarks/bookmark_model_factory.h" 29 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
30 #include "chrome/browser/browser_process.h" 30 #include "chrome/browser/browser_process.h"
31 #include "chrome/browser/chrome_notification_types.h"
31 #include "chrome/browser/content_settings/cookie_settings.h" 32 #include "chrome/browser/content_settings/cookie_settings.h"
32 #include "chrome/browser/content_settings/host_content_settings_map.h" 33 #include "chrome/browser/content_settings/host_content_settings_map.h"
33 #include "chrome/browser/download/chrome_download_manager_delegate.h" 34 #include "chrome/browser/download/chrome_download_manager_delegate.h"
34 #include "chrome/browser/download/download_service.h" 35 #include "chrome/browser/download/download_service.h"
35 #include "chrome/browser/download/download_service_factory.h" 36 #include "chrome/browser/download/download_service_factory.h"
36 #include "chrome/browser/extensions/extension_pref_store.h" 37 #include "chrome/browser/extensions/extension_pref_store.h"
37 #include "chrome/browser/extensions/extension_pref_value_map.h" 38 #include "chrome/browser/extensions/extension_pref_value_map.h"
38 #include "chrome/browser/extensions/extension_pref_value_map_factory.h" 39 #include "chrome/browser/extensions/extension_pref_value_map_factory.h"
39 #include "chrome/browser/extensions/extension_service.h" 40 #include "chrome/browser/extensions/extension_service.h"
40 #include "chrome/browser/extensions/extension_special_storage_policy.h" 41 #include "chrome/browser/extensions/extension_special_storage_policy.h"
(...skipping 24 matching lines...) Expand all
65 #include "chrome/browser/profiles/profile_destroyer.h" 66 #include "chrome/browser/profiles/profile_destroyer.h"
66 #include "chrome/browser/profiles/profile_info_cache.h" 67 #include "chrome/browser/profiles/profile_info_cache.h"
67 #include "chrome/browser/profiles/profile_manager.h" 68 #include "chrome/browser/profiles/profile_manager.h"
68 #include "chrome/browser/search_engines/template_url_fetcher.h" 69 #include "chrome/browser/search_engines/template_url_fetcher.h"
69 #include "chrome/browser/sessions/session_service_factory.h" 70 #include "chrome/browser/sessions/session_service_factory.h"
70 #include "chrome/browser/ui/startup/startup_browser_creator.h" 71 #include "chrome/browser/ui/startup/startup_browser_creator.h"
71 #include "chrome/browser/ui/webui/extensions/extension_icon_source.h" 72 #include "chrome/browser/ui/webui/extensions/extension_icon_source.h"
72 #include "chrome/browser/user_style_sheet_watcher.h" 73 #include "chrome/browser/user_style_sheet_watcher.h"
73 #include "chrome/browser/webdata/web_data_service.h" 74 #include "chrome/browser/webdata/web_data_service.h"
74 #include "chrome/common/chrome_constants.h" 75 #include "chrome/common/chrome_constants.h"
75 #include "chrome/common/chrome_notification_types.h"
76 #include "chrome/common/chrome_paths_internal.h" 76 #include "chrome/common/chrome_paths_internal.h"
77 #include "chrome/common/chrome_switches.h" 77 #include "chrome/common/chrome_switches.h"
78 #include "chrome/common/chrome_version_info.h" 78 #include "chrome/common/chrome_version_info.h"
79 #include "chrome/common/pref_names.h" 79 #include "chrome/common/pref_names.h"
80 #include "chrome/common/startup_metric_utils.h" 80 #include "chrome/common/startup_metric_utils.h"
81 #include "chrome/common/url_constants.h" 81 #include "chrome/common/url_constants.h"
82 #include "components/browser_context_keyed_service/browser_context_dependency_ma nager.h" 82 #include "components/browser_context_keyed_service/browser_context_dependency_ma nager.h"
83 #include "components/user_prefs/pref_registry_syncable.h" 83 #include "components/user_prefs/pref_registry_syncable.h"
84 #include "components/user_prefs/user_prefs.h" 84 #include "components/user_prefs/user_prefs.h"
85 #include "content/public/browser/browser_thread.h" 85 #include "content/public/browser/browser_thread.h"
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 base::FilePath* cache_path, 1146 base::FilePath* cache_path,
1147 int* max_size) { 1147 int* max_size) {
1148 DCHECK(cache_path); 1148 DCHECK(cache_path);
1149 DCHECK(max_size); 1149 DCHECK(max_size);
1150 base::FilePath path(prefs_->GetFilePath(prefs::kDiskCacheDir)); 1150 base::FilePath path(prefs_->GetFilePath(prefs::kDiskCacheDir));
1151 if (!path.empty()) 1151 if (!path.empty())
1152 *cache_path = path; 1152 *cache_path = path;
1153 *max_size = is_media_context ? prefs_->GetInteger(prefs::kMediaCacheSize) : 1153 *max_size = is_media_context ? prefs_->GetInteger(prefs::kMediaCacheSize) :
1154 prefs_->GetInteger(prefs::kDiskCacheSize); 1154 prefs_->GetInteger(prefs::kDiskCacheSize);
1155 } 1155 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_downloader.cc ('k') | chrome/browser/profiles/profile_impl_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698