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

Unified Diff: components/signin/core/browser/account_fetcher_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/signin/core/browser/account_fetcher_service.h
diff --git a/components/signin/core/browser/account_fetcher_service.h b/components/signin/core/browser/account_fetcher_service.h
index 0443d68af0a07d6281dfe1731fbc0d490b2c042f..f0d6386afaf4f8b0384cb912ec8ba8669e919464 100644
--- a/components/signin/core/browser/account_fetcher_service.h
+++ b/components/signin/core/browser/account_fetcher_service.h
@@ -115,7 +115,7 @@ class AccountFetcherService : public KeyedService,
bool network_fetches_enabled_;
std::list<std::string> pending_user_info_fetches_;
base::Time last_updated_;
- base::OneShotTimer<AccountFetcherService> timer_;
+ base::OneShotTimer timer_;
bool shutdown_called_;
std::string child_request_account_id_;
« no previous file with comments | « components/rappor/rappor_service.h ('k') | components/signin/core/browser/child_account_info_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698