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

Unified Diff: chrome/browser/performance_monitor/performance_monitor.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller 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.h
diff --git a/chrome/browser/performance_monitor/performance_monitor.h b/chrome/browser/performance_monitor/performance_monitor.h
index 7e1b20f659adcb50b73a3b1acf49dcd0f36ea8eb..d06af4df896c0051ec3f513aa22fefad2c4d7b62 100644
--- a/chrome/browser/performance_monitor/performance_monitor.h
+++ b/chrome/browser/performance_monitor/performance_monitor.h
@@ -67,7 +67,7 @@ class PerformanceMonitor {
MetricsMap metrics_map_;
// The timer to signal PerformanceMonitor to perform its timed collections.
- base::OneShotTimer<PerformanceMonitor> repeating_timer_;
+ base::OneShotTimer repeating_timer_;
DISALLOW_COPY_AND_ASSIGN(PerformanceMonitor);
};
« no previous file with comments | « chrome/browser/notifications/screen_lock_notification_blocker.h ('k') | chrome/browser/power/process_power_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698