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

Unified Diff: chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_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: chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.cc
diff --git a/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.cc b/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.cc
index 5e3d7baa0aaa99858c7fd1b4036c7e6495aaa96b..31b38a6d8486ea1c07f36e3b8a75f133a968c44c 100644
--- a/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.cc
+++ b/chrome/browser/supervised_user/legacy/supervised_user_pref_mapping_service_factory.cc
@@ -21,7 +21,7 @@ SupervisedUserPrefMappingServiceFactory::GetForBrowserContext(
// static
SupervisedUserPrefMappingServiceFactory*
SupervisedUserPrefMappingServiceFactory::GetInstance() {
- return Singleton<SupervisedUserPrefMappingServiceFactory>::get();
+ return base::Singleton<SupervisedUserPrefMappingServiceFactory>::get();
}
SupervisedUserPrefMappingServiceFactory::

Powered by Google App Engine
This is Rietveld 408576698