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

Unified Diff: components/signin/core/browser/device_activity_fetcher.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: components/signin/core/browser/device_activity_fetcher.h
diff --git a/components/signin/core/browser/device_activity_fetcher.h b/components/signin/core/browser/device_activity_fetcher.h
index cd7bb81c3451412342f7e10b81afa443ad5eb83d..d8d768d21fc00b60663a4595b6aa6f84f991ce80 100644
--- a/components/signin/core/browser/device_activity_fetcher.h
+++ b/components/signin/core/browser/device_activity_fetcher.h
@@ -65,7 +65,7 @@ class DeviceActivityFetcher : public GaiaAuthConsumer,
// If either fetcher fails, retry with exponential backoff.
net::BackoffEntry fetcher_backoff_;
- base::OneShotTimer<DeviceActivityFetcher> fetcher_timer_;
+ base::OneShotTimer fetcher_timer_;
int fetcher_retries_;
std::string access_token_;

Powered by Google App Engine
This is Rietveld 408576698