| Index: chrome/browser/chromeos/status/input_method_menu_button.h
|
| diff --git a/chrome/browser/chromeos/status/input_method_menu_button.h b/chrome/browser/chromeos/status/input_method_menu_button.h
|
| index 1f98e145461d3808b805cb5ed2014c0ba63877cd..6867d440223130df26fef410a3947efedabd949d 100644
|
| --- a/chrome/browser/chromeos/status/input_method_menu_button.h
|
| +++ b/chrome/browser/chromeos/status/input_method_menu_button.h
|
| @@ -27,10 +27,11 @@ class InputMethodMenuButton : public StatusAreaButton,
|
| virtual ~InputMethodMenuButton();
|
|
|
| // views::View implementation.
|
| - virtual void OnLocaleChanged();
|
| + virtual void OnLocaleChanged() OVERRIDE;
|
|
|
| // views::ViewMenuDelegate implementation.
|
| - virtual void RunMenu(views::View* unused_source, const gfx::Point& pt);
|
| + virtual void RunMenu(views::View* unused_source,
|
| + const gfx::Point& pt) OVERRIDE;
|
|
|
| // InputMethodMenu implementation.
|
| virtual void UpdateUI(const std::string& input_method_id,
|
|
|