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

Unified Diff: chrome/browser/sync/profile_sync_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: . 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/sync/profile_sync_service.h
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index e46164c3b38b4176e9df861a4f23fbcd4c1d9c7d..b8447b1141cb27c4b4218ff83c1ddcf25f696445 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -925,7 +925,7 @@ class ProfileSyncService : public sync_driver::SyncService,
// If RequestAccessToken fails with transient error then retry requesting
// access token with exponential backoff.
- base::OneShotTimer<ProfileSyncService> request_access_token_retry_timer_;
+ base::OneShotTimer request_access_token_retry_timer_;
net::BackoffEntry request_access_token_backoff_;
// States related to sync token and connection.

Powered by Google App Engine
This is Rietveld 408576698