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

Unified Diff: components/power/origin_power_map_factory.h

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: components/power/origin_power_map_factory.h
diff --git a/components/power/origin_power_map_factory.h b/components/power/origin_power_map_factory.h
index f812d608b486b5c75059d72beae3907991fa98fd..652a1039a53c97f9a8ddc011da40697e0de7c496 100644
--- a/components/power/origin_power_map_factory.h
+++ b/components/power/origin_power_map_factory.h
@@ -18,7 +18,7 @@ class OriginPowerMapFactory : public BrowserContextKeyedServiceFactory {
static OriginPowerMapFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<OriginPowerMapFactory>;
+ friend struct base::DefaultSingletonTraits<OriginPowerMapFactory>;
OriginPowerMapFactory();
~OriginPowerMapFactory() override;

Powered by Google App Engine
This is Rietveld 408576698