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

Unified Diff: chrome/browser/prefs/pref_metrics_service.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
Index: chrome/browser/prefs/pref_metrics_service.cc
diff --git a/chrome/browser/prefs/pref_metrics_service.cc b/chrome/browser/prefs/pref_metrics_service.cc
index 8f312ff794588a3c95a9bde298636afd9c35003e..a3d211769f7e695c1641befdfc8608e5709b9b81 100644
--- a/chrome/browser/prefs/pref_metrics_service.cc
+++ b/chrome/browser/prefs/pref_metrics_service.cc
@@ -212,7 +212,7 @@ void PrefMetricsService::LogIntegerPrefChange(int boundary_value,
// static
PrefMetricsService::Factory* PrefMetricsService::Factory::GetInstance() {
- return Singleton<PrefMetricsService::Factory>::get();
+ return base::Singleton<PrefMetricsService::Factory>::get();
}
// static
« no previous file with comments | « chrome/browser/prefs/pref_metrics_service.h ('k') | chrome/browser/prerender/prerender_link_manager_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698