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

Unified Diff: content/browser/power_profiler/power_profiler_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
« no previous file with comments | « content/browser/power_profiler/power_profiler_service.h ('k') | content/browser/profiler_controller_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/power_profiler/power_profiler_service.cc
diff --git a/content/browser/power_profiler/power_profiler_service.cc b/content/browser/power_profiler/power_profiler_service.cc
index 9961b6fbcc84bccc43ae16608e0ba643dcd10387..97042386a7bf62a39d5da0ea330dff947319510e 100644
--- a/content/browser/power_profiler/power_profiler_service.cc
+++ b/content/browser/power_profiler/power_profiler_service.cc
@@ -60,7 +60,7 @@ std::string PowerProfilerService::GetAccuracyLevel() const {
}
PowerProfilerService* PowerProfilerService::GetInstance() {
- return Singleton<PowerProfilerService>::get();
+ return base::Singleton<PowerProfilerService>::get();
}
void PowerProfilerService::AddObserver(PowerProfilerObserver* observer) {
« no previous file with comments | « content/browser/power_profiler/power_profiler_service.h ('k') | content/browser/profiler_controller_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698