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

Unified Diff: chrome/browser/signin/chrome_signin_client_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: chrome/browser/signin/chrome_signin_client_factory.cc
diff --git a/chrome/browser/signin/chrome_signin_client_factory.cc b/chrome/browser/signin/chrome_signin_client_factory.cc
index 38de748059a475daa6b4a5f0e766d28cf6883b52..f86834ce918e0af20ccaed0bae746b8a122ad48d 100644
--- a/chrome/browser/signin/chrome_signin_client_factory.cc
+++ b/chrome/browser/signin/chrome_signin_client_factory.cc
@@ -25,7 +25,7 @@ SigninClient* ChromeSigninClientFactory::GetForProfile(Profile* profile) {
// static
ChromeSigninClientFactory* ChromeSigninClientFactory::GetInstance() {
- return Singleton<ChromeSigninClientFactory>::get();
+ return base::Singleton<ChromeSigninClientFactory>::get();
}
KeyedService* ChromeSigninClientFactory::BuildServiceInstanceFor(
« no previous file with comments | « chrome/browser/signin/chrome_signin_client_factory.h ('k') | chrome/browser/signin/cross_device_promo_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698