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

Unified Diff: extensions/browser/app_window/app_window_registry.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/app_window/app_window_registry.cc
diff --git a/extensions/browser/app_window/app_window_registry.cc b/extensions/browser/app_window/app_window_registry.cc
index e5c94975df36adc8b0a0768c6238f87f68a03fd0..6fc0dedccfabd7cb140f09bdbd72a3a79e94435e 100644
--- a/extensions/browser/app_window/app_window_registry.cc
+++ b/extensions/browser/app_window/app_window_registry.cc
@@ -239,7 +239,7 @@ AppWindowRegistry* AppWindowRegistry::Factory::GetForBrowserContext(
}
AppWindowRegistry::Factory* AppWindowRegistry::Factory::GetInstance() {
- return Singleton<AppWindowRegistry::Factory>::get();
+ return base::Singleton<AppWindowRegistry::Factory>::get();
}
AppWindowRegistry::Factory::Factory()
« no previous file with comments | « extensions/browser/app_window/app_window_registry.h ('k') | extensions/browser/declarative_user_script_manager_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698