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

Unified Diff: base/test/launcher/test_launcher.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
« no previous file with comments | « base/power_monitor/power_monitor_device_source.h ('k') | base/timer/timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher.h
diff --git a/base/test/launcher/test_launcher.h b/base/test/launcher/test_launcher.h
index ab8934c0e913ef05177a6633a615823b35e8bf44..96257a172f5117ff42b9aac9577e80251156fd9f 100644
--- a/base/test/launcher/test_launcher.h
+++ b/base/test/launcher/test_launcher.h
@@ -194,7 +194,7 @@ class TestLauncher {
TestResultsTracker results_tracker_;
// Watchdog timer to make sure we do not go without output for too long.
- DelayTimer<TestLauncher> watchdog_timer_;
+ DelayTimer watchdog_timer_;
// Number of jobs to run in parallel.
size_t parallel_jobs_;
« no previous file with comments | « base/power_monitor/power_monitor_device_source.h ('k') | base/timer/timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698