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

Unified Diff: components/invalidation/impl/registration_manager.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/registration_manager.h
diff --git a/components/invalidation/impl/registration_manager.h b/components/invalidation/impl/registration_manager.h
index b48c07f25c056944ec02aa157da4a87aeaa6c5f9..3e6913ff17d7d61f1518a0d66c9488fd4e902a65 100644
--- a/components/invalidation/impl/registration_manager.h
+++ b/components/invalidation/impl/registration_manager.h
@@ -144,7 +144,7 @@ class INVALIDATION_EXPORT_PRIVATE RegistrationManager
// Increased after each consecutive failure.
base::TimeDelta next_delay;
// The actual timer for registration.
- base::OneShotTimer<RegistrationStatus> registration_timer;
+ base::OneShotTimer registration_timer;
DISALLOW_COPY_AND_ASSIGN(RegistrationStatus);
};
« no previous file with comments | « components/history/core/browser/top_sites_impl.h ('k') | components/invalidation/impl/ticl_invalidation_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698