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

Unified Diff: chrome/browser/signin/cross_device_promo_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/cross_device_promo_factory.cc
diff --git a/chrome/browser/signin/cross_device_promo_factory.cc b/chrome/browser/signin/cross_device_promo_factory.cc
index e24b22572f9b2715757637520e99ab307c735b6e..6b8d34a38e59674d7ecf6c50f87e6258ff84a878 100644
--- a/chrome/browser/signin/cross_device_promo_factory.cc
+++ b/chrome/browser/signin/cross_device_promo_factory.cc
@@ -37,7 +37,7 @@ CrossDevicePromo* CrossDevicePromoFactory::GetForProfile(Profile* profile) {
// static
CrossDevicePromoFactory* CrossDevicePromoFactory::GetInstance() {
- return Singleton<CrossDevicePromoFactory>::get();
+ return base::Singleton<CrossDevicePromoFactory>::get();
}
void CrossDevicePromoFactory::RegisterProfilePrefs(
« no previous file with comments | « chrome/browser/signin/cross_device_promo_factory.h ('k') | chrome/browser/signin/easy_unlock_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698