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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.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/safe_browsing/incident_reporting/delayed_callback_runner.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h b/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
index 3bea1a4b65012b87cd112e5ed1b9264209515d84..19e3f6c19f47b5fa5ae9e8d62af16b949ff29f7e 100644
--- a/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
+++ b/chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h
@@ -56,7 +56,7 @@ class DelayedCallbackRunner {
CallbackList::iterator next_callback_;
// A timer upon the firing of which the next callback will be run.
- base::DelayTimer<DelayedCallbackRunner> timer_;
+ base::DelayTimer timer_;
DISALLOW_COPY_AND_ASSIGN(DelayedCallbackRunner);
};

Powered by Google App Engine
This is Rietveld 408576698