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

Unified Diff: chrome/renderer/plugins/plugin_uma.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 4 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: chrome/renderer/plugins/plugin_uma.h
diff --git a/chrome/renderer/plugins/plugin_uma.h b/chrome/renderer/plugins/plugin_uma.h
index 6dbef1987c19a49012efa41b579ff9a9bb61d56c..5954199827c39186d62ebb68e7d31b2dd635438a 100644
--- a/chrome/renderer/plugins/plugin_uma.h
+++ b/chrome/renderer/plugins/plugin_uma.h
@@ -59,7 +59,7 @@ class PluginUMAReporter {
const GURL& plugin_src);
private:
- friend struct DefaultSingletonTraits<PluginUMAReporter>;
+ friend struct base::DefaultSingletonTraits<PluginUMAReporter>;
friend class PluginUMATest;
PluginUMAReporter();

Powered by Google App Engine
This is Rietveld 408576698