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

Unified Diff: ios/chrome/browser/signin/signin_manager_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/signin_manager_factory.cc
diff --git a/ios/chrome/browser/signin/signin_manager_factory.cc b/ios/chrome/browser/signin/signin_manager_factory.cc
index 32cd0fd9e70f0eae32ae5caa9d7f642e7e9ce5fd..da3802a34f0c95c3bb032f9b753f3f31f34d8f92 100644
--- a/ios/chrome/browser/signin/signin_manager_factory.cc
+++ b/ios/chrome/browser/signin/signin_manager_factory.cc
@@ -49,7 +49,7 @@ SigninManager* SigninManagerFactory::GetForBrowserStateIfExists(
// static
SigninManagerFactory* SigninManagerFactory::GetInstance() {
- return Singleton<SigninManagerFactory>::get();
+ return base::Singleton<SigninManagerFactory>::get();
}
void SigninManagerFactory::RegisterBrowserStatePrefs(
« no previous file with comments | « ios/chrome/browser/signin/signin_manager_factory.h ('k') | ios/chrome/browser/suggestions/suggestions_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698