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

Unified Diff: content/browser/webui/content_web_ui_controller_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: content/browser/webui/content_web_ui_controller_factory.h
diff --git a/content/browser/webui/content_web_ui_controller_factory.h b/content/browser/webui/content_web_ui_controller_factory.h
index d8e7a1c7f7d2be4b8c4507f1ba4412a7b4b64707..63023f30329991f6fa16c337d2fb085a82ce8ef1 100644
--- a/content/browser/webui/content_web_ui_controller_factory.h
+++ b/content/browser/webui/content_web_ui_controller_factory.h
@@ -31,7 +31,7 @@ class CONTENT_EXPORT ContentWebUIControllerFactory
~ContentWebUIControllerFactory() override;
private:
- friend struct DefaultSingletonTraits<ContentWebUIControllerFactory>;
+ friend struct base::DefaultSingletonTraits<ContentWebUIControllerFactory>;
DISALLOW_COPY_AND_ASSIGN(ContentWebUIControllerFactory);
};
« no previous file with comments | « content/browser/tracing/power_tracing_agent.cc ('k') | content/browser/webui/content_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698