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

Unified Diff: ios/chrome/browser/signin/gaia_cookie_manager_service_factory.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: ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc
diff --git a/ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc b/ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc
index 38b20bea5efc71480458d0ff77c5181294e73df7..0a188b1f05c521fe638c8535e6cd85dc82ac4413 100644
--- a/ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc
+++ b/ios/chrome/browser/signin/gaia_cookie_manager_service_factory.cc
@@ -36,7 +36,7 @@ GaiaCookieManagerService* GaiaCookieManagerServiceFactory::GetForBrowserState(
// static
GaiaCookieManagerServiceFactory*
GaiaCookieManagerServiceFactory::GetInstance() {
- return Singleton<GaiaCookieManagerServiceFactory>::get();
+ return base::Singleton<GaiaCookieManagerServiceFactory>::get();
}
scoped_ptr<KeyedService>

Powered by Google App Engine
This is Rietveld 408576698