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

Unified Diff: content/browser/histogram_controller.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
« no previous file with comments | « content/browser/gpu/shader_disk_cache.cc ('k') | content/browser/histogram_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/histogram_controller.h
diff --git a/content/browser/histogram_controller.h b/content/browser/histogram_controller.h
index 0fc46221d4adf6a9a68e58d639509d5f6abd8904..884df8aeee47711d4d30fa2720b65486c4c5c5e6 100644
--- a/content/browser/histogram_controller.h
+++ b/content/browser/histogram_controller.h
@@ -55,7 +55,7 @@ class HistogramController {
const std::vector<std::string>& pickled_histograms);
private:
- friend struct DefaultSingletonTraits<HistogramController>;
+ friend struct base::DefaultSingletonTraits<HistogramController>;
// Contact PLUGIN and GPU child processes and get their histogram data.
// TODO(rtenneti): Enable getting histogram data for other processes like
« no previous file with comments | « content/browser/gpu/shader_disk_cache.cc ('k') | content/browser/histogram_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698