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

Unified Diff: chrome/browser/renderer_host/safe_browsing_resource_throttle.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/renderer_host/safe_browsing_resource_throttle.h
diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
index a7b5d2f6c016caf6f32c49a5f019b420753d60a0..14c6ac9ea872dbc4e40e5ade729391469e6babdf 100644
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
@@ -164,7 +164,7 @@ class SafeBrowsingResourceThrottle
base::TimeTicks defer_start_time_;
// Timer to abort the safe browsing check if it takes too long.
- base::OneShotTimer<SafeBrowsingResourceThrottle> timer_;
+ base::OneShotTimer timer_;
// The redirect chain for this resource
std::vector<GURL> redirect_urls_;

Powered by Google App Engine
This is Rietveld 408576698