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

Unified Diff: chrome/renderer/plugins/plugin_uma.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 | « chrome/renderer/plugins/plugin_uma.h ('k') | chrome/test/base/tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/plugin_uma.cc
diff --git a/chrome/renderer/plugins/plugin_uma.cc b/chrome/renderer/plugins/plugin_uma.cc
index 9272d3c78fa072321fd0542939d1a321f1a50b40..60d2597ca9a9cde03aa74fd6dead21402e2d95d4 100644
--- a/chrome/renderer/plugins/plugin_uma.cc
+++ b/chrome/renderer/plugins/plugin_uma.cc
@@ -62,7 +62,7 @@ void UMASenderImpl::SendPluginUMA(PluginUMAReporter::ReportType report_type,
// static.
PluginUMAReporter* PluginUMAReporter::GetInstance() {
- return Singleton<PluginUMAReporter>::get();
+ return base::Singleton<PluginUMAReporter>::get();
}
void PluginUMAReporter::ReportPluginMissing(const std::string& plugin_mime_type,
« no previous file with comments | « chrome/renderer/plugins/plugin_uma.h ('k') | chrome/test/base/tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698