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

Unified Diff: components/invalidation/impl/ticl_invalidation_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: 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/invalidation/impl/ticl_invalidation_service.h
diff --git a/components/invalidation/impl/ticl_invalidation_service.h b/components/invalidation/impl/ticl_invalidation_service.h
index 3ab3f33a2b73afdae839957ee5fdb8411fef0a86..ea408aabe89a0d6e942cba2259bb66d076c84adf 100644
--- a/components/invalidation/impl/ticl_invalidation_service.h
+++ b/components/invalidation/impl/ticl_invalidation_service.h
@@ -144,7 +144,7 @@ class TiclInvalidationService : public base::NonThreadSafe,
// TiclInvalidationService needs to hold reference to access_token_request_
// for the duration of request in order to receive callbacks.
scoped_ptr<OAuth2TokenService::Request> access_token_request_;
- base::OneShotTimer<TiclInvalidationService> request_access_token_retry_timer_;
+ base::OneShotTimer request_access_token_retry_timer_;
net::BackoffEntry request_access_token_backoff_;
InvalidationNetworkChannel network_channel_type_;
« no previous file with comments | « components/invalidation/impl/registration_manager.h ('k') | components/metrics/metrics_reporting_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698