Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: chrome/browser/chromeos/status/input_method_menu_button.h

Issue 8638016: Add OVERRIDE to chrome/browser/chromeos/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698