| Index: chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.h
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.h b/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.h
|
| index 797e6c03bc968aa7f3848c7f37c31db592c5969c..22f7912f7509dfa6ea91a74ea4ef956f80732a47 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.h
|
| @@ -24,15 +24,15 @@ class LauncherApplicationMenuItemModel : public ash::ShelfMenuModel,
|
| virtual ~LauncherApplicationMenuItemModel();
|
|
|
| // Overridden from ash::ShelfMenuModel:
|
| - virtual bool IsCommandActive(int command_id) const OVERRIDE;
|
| + virtual bool IsCommandActive(int command_id) const override;
|
|
|
| // Overridden from ui::SimpleMenuModel::Delegate:
|
| - virtual bool IsCommandIdChecked(int command_id) const OVERRIDE;
|
| - virtual bool IsCommandIdEnabled(int command_id) const OVERRIDE;
|
| + virtual bool IsCommandIdChecked(int command_id) const override;
|
| + virtual bool IsCommandIdEnabled(int command_id) const override;
|
| virtual bool GetAcceleratorForCommandId(
|
| int command_id,
|
| - ui::Accelerator* accelerator) OVERRIDE;
|
| - virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE;
|
| + ui::Accelerator* accelerator) override;
|
| + virtual void ExecuteCommand(int command_id, int event_flags) override;
|
|
|
| private:
|
| void Build();
|
|
|