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

Unified Diff: components/web_cache/browser/web_cache_manager.cc

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: components/web_cache/browser/web_cache_manager.cc
diff --git a/components/web_cache/browser/web_cache_manager.cc b/components/web_cache/browser/web_cache_manager.cc
index dfed012ebfb81e38fb1f7ea75ede142e6263b1c5..3972ea5c073a5ca7e4c59527783871e8f0d50d35 100644
--- a/components/web_cache/browser/web_cache_manager.cc
+++ b/components/web_cache/browser/web_cache_manager.cc
@@ -56,7 +56,7 @@ int GetDefaultCacheSize() {
// static
WebCacheManager* WebCacheManager::GetInstance() {
- return Singleton<WebCacheManager>::get();
+ return base::Singleton<WebCacheManager>::get();
}
WebCacheManager::WebCacheManager()
« no previous file with comments | « components/web_cache/browser/web_cache_manager.h ('k') | components/wifi_sync/wifi_credential_syncable_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698