Index: chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h |
diff --git a/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h |
index 8a0875f93f6ec2e06ab9fa181f3a8ce8715f0094..5b42bccf5b5ec3335aa86c4ed24e06e0c1cfedb3 100644 |
--- a/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h |
+++ b/chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h |
@@ -199,11 +199,11 @@ class UserImageManagerImpl |
// Timer used to start a profile data download shortly after login and to |
// restart the download after network errors. |
- base::OneShotTimer<UserImageManagerImpl> profile_download_one_shot_timer_; |
+ base::OneShotTimer profile_download_one_shot_timer_; |
// Timer used to periodically start a profile data, ensuring the profile data |
// stays up to date. |
- base::RepeatingTimer<UserImageManagerImpl> profile_download_periodic_timer_; |
+ base::RepeatingTimer profile_download_periodic_timer_; |
// Sync observer for the currently logged-in user. |
scoped_ptr<UserImageSyncObserver> user_image_sync_observer_; |