| Index: chrome/browser/ui/autofill/account_chooser_model.h
|
| diff --git a/chrome/browser/ui/autofill/account_chooser_model.h b/chrome/browser/ui/autofill/account_chooser_model.h
|
| index 8765b3385e257f8257e97cd507ab60556ac89e69..b406660455803ef9772ca9f8bd78ba414a00bea2 100644
|
| --- a/chrome/browser/ui/autofill/account_chooser_model.h
|
| +++ b/chrome/browser/ui/autofill/account_chooser_model.h
|
| @@ -55,12 +55,12 @@ class AccountChooserModel : public ui::SimpleMenuModel,
|
| virtual ~AccountChooserModel();
|
|
|
| // ui::SimpleMenuModel::Delegate implementation.
|
| - 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;
|
|
|
| // Sets the selection to the given wallet account.
|
| void SelectWalletAccount(size_t user_index);
|
|
|