| Index: chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h b/chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h
|
| index 5ec74a127c795dedf33cc5b902a2bab3b543c68c..28d245c4c3a6893db5c861d718eb9e51b2a51a92 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h
|
| @@ -25,7 +25,7 @@ class AppSyncUIStateWatcher : public AppSyncUIStateObserver {
|
|
|
| private:
|
| // AppSyncUIStateObserver overrides:
|
| - virtual void OnAppSyncUIStatusChanged() OVERRIDE;
|
| + virtual void OnAppSyncUIStatusChanged() override;
|
|
|
| AppSyncUIState* app_sync_ui_state_;
|
| app_list::AppListModel* model_; // Owned by AppListView
|
|
|