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

Unified Diff: ash/ime/mode_indicator_view.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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
« no previous file with comments | « ash/ime/input_method_menu_manager_unittest.cc ('k') | ash/ime/mode_indicator_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ime/mode_indicator_view.h
diff --git a/ash/ime/mode_indicator_view.h b/ash/ime/mode_indicator_view.h
index aae64efc717e1054a81e1afb8eb4e97fda0558db..b38997b8e0c4e2c2845a075485407376dbb95e2d 100644
--- a/ash/ime/mode_indicator_view.h
+++ b/ash/ime/mode_indicator_view.h
@@ -31,15 +31,15 @@ class ASH_EXPORT ModeIndicatorView : public views::BubbleDelegateView {
void ShowAndFadeOut();
// views::BubbleDelegateView override:
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
protected:
// views::BubbleDelegateView override:
- virtual void Init() OVERRIDE;
+ virtual void Init() override;
// views::WidgetDelegateView overrides:
virtual views::NonClientFrameView* CreateNonClientFrameView(
- views::Widget* widget) OVERRIDE;
+ views::Widget* widget) override;
private:
gfx::Rect cursor_bounds_;
« no previous file with comments | « ash/ime/input_method_menu_manager_unittest.cc ('k') | ash/ime/mode_indicator_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698