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

Unified Diff: content/browser/webui/content_web_ui_controller_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: content/browser/webui/content_web_ui_controller_factory.cc
diff --git a/content/browser/webui/content_web_ui_controller_factory.cc b/content/browser/webui/content_web_ui_controller_factory.cc
index b3e72665445898270d86a007a1f550b7bedd82fd..e2c6c547a03c559176336b4dca7f6bc290497e28 100644
--- a/content/browser/webui/content_web_ui_controller_factory.cc
+++ b/content/browser/webui/content_web_ui_controller_factory.cc
@@ -84,7 +84,7 @@ WebUIController* ContentWebUIControllerFactory::CreateWebUIControllerForURL(
// static
ContentWebUIControllerFactory* ContentWebUIControllerFactory::GetInstance() {
- return Singleton<ContentWebUIControllerFactory>::get();
+ return base::Singleton<ContentWebUIControllerFactory>::get();
}
ContentWebUIControllerFactory::ContentWebUIControllerFactory() {
« no previous file with comments | « content/browser/webui/content_web_ui_controller_factory.h ('k') | content/browser/webui/web_ui_controller_factory_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698