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

Unified Diff: content/browser/power_profiler/power_profiler_service.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: content/browser/power_profiler/power_profiler_service.h
diff --git a/content/browser/power_profiler/power_profiler_service.h b/content/browser/power_profiler/power_profiler_service.h
index c1610eb2ab8a8de01f224e269a791816a2ea9e16..c6f2ca6629e5c2ad8acf650e987eb5345c969f1f 100644
--- a/content/browser/power_profiler/power_profiler_service.h
+++ b/content/browser/power_profiler/power_profiler_service.h
@@ -59,7 +59,7 @@ class CONTENT_EXPORT PowerProfilerService {
// Executes on the UI thread.
void Notify(const PowerEventVector&);
- base::RepeatingTimer<PowerProfilerService> query_power_timer_;
+ base::RepeatingTimer query_power_timer_;
scoped_refptr<base::TaskRunner> task_runner_;
Status status_;
« no previous file with comments | « content/browser/media/capture/desktop_capture_device.cc ('k') | content/browser/renderer_host/compositor_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698