Index: chrome/browser/translate/options_menu_model.h |
diff --git a/chrome/browser/translate/options_menu_model.h b/chrome/browser/translate/options_menu_model.h |
index 83f0f4ebc1048fb752ccc27e014b9909059c6c3c..308f71764bc73ad055fc16cf9940358fd40b108e 100644 |
--- a/chrome/browser/translate/options_menu_model.h |
+++ b/chrome/browser/translate/options_menu_model.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -19,11 +19,12 @@ class OptionsMenuModel : public ui::SimpleMenuModel, |
virtual ~OptionsMenuModel(); |
// ui::SimpleMenuModel::Delegate implementation: |
- virtual bool IsCommandIdChecked(int command_id) const; |
- virtual bool IsCommandIdEnabled(int command_id) const; |
- virtual bool GetAcceleratorForCommandId(int command_id, |
- ui::Accelerator* accelerator); |
- virtual void ExecuteCommand(int command_id); |
+ 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) OVERRIDE; |
private: |
TranslateInfoBarDelegate* translate_infobar_delegate_; |