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

Unified Diff: content/browser/profiler_controller_impl.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: content/browser/profiler_controller_impl.cc
diff --git a/content/browser/profiler_controller_impl.cc b/content/browser/profiler_controller_impl.cc
index 7427d15f68684ff4d1d8397f1ae9497b6438f56e..d8c07b346d0b50bb99bc9330e51d651e6a3ba30e 100644
--- a/content/browser/profiler_controller_impl.cc
+++ b/content/browser/profiler_controller_impl.cc
@@ -21,7 +21,7 @@ ProfilerController* ProfilerController::GetInstance() {
}
ProfilerControllerImpl* ProfilerControllerImpl::GetInstance() {
- return Singleton<ProfilerControllerImpl>::get();
+ return base::Singleton<ProfilerControllerImpl>::get();
}
ProfilerControllerImpl::ProfilerControllerImpl() : subscriber_(NULL) {
« no previous file with comments | « content/browser/profiler_controller_impl.h ('k') | content/browser/renderer_host/media/media_capture_devices_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698