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

Unified Diff: content/browser/plugin_service_impl.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
« no previous file with comments | « content/browser/plugin_service_impl.h ('k') | content/browser/power_profiler/power_profiler_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service_impl.cc
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
index 253c5c50209c5add2f5fdb1966aa709b7961cd51..6fba93b7210c56791819447f833e3c29af92e2ce 100644
--- a/content/browser/plugin_service_impl.cc
+++ b/content/browser/plugin_service_impl.cc
@@ -152,7 +152,7 @@ void PluginService::PurgePluginListCache(BrowserContext* browser_context,
// static
PluginServiceImpl* PluginServiceImpl::GetInstance() {
- return Singleton<PluginServiceImpl>::get();
+ return base::Singleton<PluginServiceImpl>::get();
}
PluginServiceImpl::PluginServiceImpl()
« no previous file with comments | « content/browser/plugin_service_impl.h ('k') | content/browser/power_profiler/power_profiler_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698