Index: chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm |
index 65818b99b4bed7133ad350ff24d5ce147a9d9e71..f16bfbd98c827c3806a787c50fb9218092086ea9 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_account_chooser_unittest.mm |
@@ -48,7 +48,7 @@ class MenuDelegate : public ui::SimpleMenuModel::Delegate { |
int command_id, |
ui::Accelerator* accelerator) OVERRIDE { return false; } |
- virtual void ExecuteCommand(int command_id, int event_flags) {} |
+ virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE {} |
}; |
} // namespace |