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

Unified Diff: content/browser/plugin_service_impl.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/plugin_service_impl.h
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
index 19fefba66415ddb996a0b5a299deea107c6a104d..9f462ad54dcbdd3d60a02e1f4278869e23ee0885 100644
--- a/content/browser/plugin_service_impl.h
+++ b/content/browser/plugin_service_impl.h
@@ -157,7 +157,7 @@ class CONTENT_EXPORT PluginServiceImpl
void RegisterPluginCrash(const base::FilePath& plugin_path);
private:
- friend struct DefaultSingletonTraits<PluginServiceImpl>;
+ friend struct base::DefaultSingletonTraits<PluginServiceImpl>;
// Creates the PluginServiceImpl object, but doesn't actually build the plugin
// list yet. It's generated lazily.
« no previous file with comments | « content/browser/notifications/notification_event_dispatcher_impl.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698