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

Unified Diff: chrome/browser/profiles/gaia_info_update_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
« no previous file with comments | « chrome/browser/profile_resetter/brandcode_config_fetcher.h ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/gaia_info_update_service.h
diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h
index c2f77cc399cdbec02749cbf6688a0d6a807392ce..17cab93a8382927c8ff1a574ebdc41e776bbadca 100644
--- a/chrome/browser/profiles/gaia_info_update_service.h
+++ b/chrome/browser/profiles/gaia_info_update_service.h
@@ -62,7 +62,7 @@ class GAIAInfoUpdateService : public KeyedService,
Profile* profile_;
scoped_ptr<ProfileDownloader> profile_image_downloader_;
base::Time last_updated_;
- base::OneShotTimer<GAIAInfoUpdateService> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(GAIAInfoUpdateService);
};
« no previous file with comments | « chrome/browser/profile_resetter/brandcode_config_fetcher.h ('k') | chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698