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

Unified Diff: extensions/browser/extension_registry_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: extensions/browser/extension_registry_factory.cc
diff --git a/extensions/browser/extension_registry_factory.cc b/extensions/browser/extension_registry_factory.cc
index dc3c6a02bbdbbfe85bdd010113472abddeabd64b..61c3c80341f8acfe3dcd3fc51a295b47cf9d49ff 100644
--- a/extensions/browser/extension_registry_factory.cc
+++ b/extensions/browser/extension_registry_factory.cc
@@ -21,7 +21,7 @@ ExtensionRegistry* ExtensionRegistryFactory::GetForBrowserContext(
// static
ExtensionRegistryFactory* ExtensionRegistryFactory::GetInstance() {
- return Singleton<ExtensionRegistryFactory>::get();
+ return base::Singleton<ExtensionRegistryFactory>::get();
}
ExtensionRegistryFactory::ExtensionRegistryFactory()

Powered by Google App Engine
This is Rietveld 408576698