diff options
Diffstat (limited to 'chrome/browser/profiles/gaia_info_update_service.h')
-rw-r--r-- | chrome/browser/profiles/gaia_info_update_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h index c2f77cc..17cab93 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); }; |