| Index: chrome/browser/ui/ash/app_sync_ui_state.h
|
| diff --git a/chrome/browser/ui/ash/app_sync_ui_state.h b/chrome/browser/ui/ash/app_sync_ui_state.h
|
| index e1308269d86c8d8450eda1489761a168e3af0aa2..6604031428999f725e250fc6869d0eadde6df01b 100644
|
| --- a/chrome/browser/ui/ash/app_sync_ui_state.h
|
| +++ b/chrome/browser/ui/ash/app_sync_ui_state.h
|
| @@ -78,7 +78,7 @@ class AppSyncUIState : public KeyedService,
|
| ProfileSyncService* sync_service_;
|
|
|
| // Timer to limit how much time STATUS_SYNCING is allowed.
|
| - base::OneShotTimer<AppSyncUIState> max_syncing_status_timer_;
|
| + base::OneShotTimer max_syncing_status_timer_;
|
|
|
| Status status_;
|
| base::ObserverList<AppSyncUIStateObserver> observers_;
|
|
|