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

Unified Diff: extensions/browser/declarative_user_script_manager_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: extensions/browser/declarative_user_script_manager_factory.h
diff --git a/extensions/browser/declarative_user_script_manager_factory.h b/extensions/browser/declarative_user_script_manager_factory.h
index e5056afc7a08866452fa4c29409e1657e9150677..3078e14c992fde7969514ae3f8b0fcd6ab11ab7e 100644
--- a/extensions/browser/declarative_user_script_manager_factory.h
+++ b/extensions/browser/declarative_user_script_manager_factory.h
@@ -20,7 +20,8 @@ class DeclarativeUserScriptManagerFactory
static DeclarativeUserScriptManagerFactory* GetInstance();
private:
- friend struct DefaultSingletonTraits<DeclarativeUserScriptManagerFactory>;
+ friend struct base::DefaultSingletonTraits<
+ DeclarativeUserScriptManagerFactory>;
DeclarativeUserScriptManagerFactory();
~DeclarativeUserScriptManagerFactory() override;
« no previous file with comments | « extensions/browser/app_window/app_window_registry.cc ('k') | extensions/browser/declarative_user_script_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698