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

Unified Diff: ash/keyboard_overlay/keyboard_overlay_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/keyboard_overlay/keyboard_overlay_delegate.cc ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard_overlay/keyboard_overlay_view.h
diff --git a/ash/keyboard_overlay/keyboard_overlay_view.h b/ash/keyboard_overlay/keyboard_overlay_view.h
index 2fb0a59ee75e8c51b9439a071b6ac049c464a703..52045b53fa9eb8379f34698af85370bfff69f3a8 100644
--- a/ash/keyboard_overlay/keyboard_overlay_view.h
+++ b/ash/keyboard_overlay/keyboard_overlay_view.h
@@ -41,9 +41,9 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
virtual ~KeyboardOverlayView();
// Overridden from ash::OverlayEventFilter::Delegate:
- virtual void Cancel() OVERRIDE;
- virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE;
- virtual aura::Window* GetWindow() OVERRIDE;
+ virtual void Cancel() override;
+ virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) override;
+ virtual aura::Window* GetWindow() override;
// Shows the keyboard overlay.
static void ShowDialog(content::BrowserContext* context,
@@ -55,7 +55,7 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
FRIEND_TEST_ALL_PREFIXES(KeyboardOverlayViewTest, NoRedundantCancelingKeys);
// Overridden from views::WidgetDelegate:
- virtual void WindowClosing() OVERRIDE;
+ virtual void WindowClosing() override;
static void GetCancelingKeysForTesting(
std::vector<KeyEventData>* canceling_keys);
« no previous file with comments | « ash/keyboard_overlay/keyboard_overlay_delegate.cc ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698