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

Unified Diff: content/browser/webui/web_ui_controller_factory_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: content/browser/webui/web_ui_controller_factory_registry.cc
diff --git a/content/browser/webui/web_ui_controller_factory_registry.cc b/content/browser/webui/web_ui_controller_factory_registry.cc
index a80f52b8760983fff92d4bd1fefa84991f074c8c..8626646698d4d44bf76b22be480be330737ccead 100644
--- a/content/browser/webui/web_ui_controller_factory_registry.cc
+++ b/content/browser/webui/web_ui_controller_factory_registry.cc
@@ -31,7 +31,7 @@ void WebUIControllerFactory::UnregisterFactoryForTesting(
}
WebUIControllerFactoryRegistry* WebUIControllerFactoryRegistry::GetInstance() {
- return Singleton<WebUIControllerFactoryRegistry>::get();
+ return base::Singleton<WebUIControllerFactoryRegistry>::get();
}
WebUIController* WebUIControllerFactoryRegistry::CreateWebUIControllerForURL(
« no previous file with comments | « content/browser/webui/web_ui_controller_factory_registry.h ('k') | content/browser/zygote_host/zygote_host_impl_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698