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

Unified Diff: chrome/browser/performance_monitor/performance_monitor.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/performance_monitor/performance_monitor.cc
diff --git a/chrome/browser/performance_monitor/performance_monitor.cc b/chrome/browser/performance_monitor/performance_monitor.cc
index b386ea68d77710ecf3523843f52b8b56967768cc..dda007db70e5ddd59ed123d65e4319f8588b7da0 100644
--- a/chrome/browser/performance_monitor/performance_monitor.cc
+++ b/chrome/browser/performance_monitor/performance_monitor.cc
@@ -41,7 +41,7 @@ PerformanceMonitor::~PerformanceMonitor() {
// static
PerformanceMonitor* PerformanceMonitor::GetInstance() {
- return Singleton<PerformanceMonitor>::get();
+ return base::Singleton<PerformanceMonitor>::get();
}
void PerformanceMonitor::StartGatherCycle() {
« no previous file with comments | « chrome/browser/performance_monitor/performance_monitor.h ('k') | chrome/browser/permissions/permission_manager_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698