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

Unified Diff: mojo/examples/keyboard/keyboard_view.h

Issue 623573002: Mojo: Convert the remaining OVERRIDEs to override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/examples/keyboard/keyboard.cc ('k') | mojo/examples/media_viewer/media_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/keyboard/keyboard_view.h
diff --git a/mojo/examples/keyboard/keyboard_view.h b/mojo/examples/keyboard/keyboard_view.h
index c55c8da1b8c95983a494bbdd7d700f7e1e9ae965..4086a2dc7624de6748cc94793658ec6a4bc0bec5 100644
--- a/mojo/examples/keyboard/keyboard_view.h
+++ b/mojo/examples/keyboard/keyboard_view.h
@@ -7,6 +7,7 @@
#include <vector>
+#include "base/macros.h"
#include "ui/gfx/font_list.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/view.h"
@@ -30,7 +31,7 @@ class KeyboardView : public views::View, public views::ButtonListener {
virtual ~KeyboardView();
// views::View:
- virtual void Layout() OVERRIDE;
+ virtual void Layout() override;
private:
// The type of keys that are shown.
@@ -79,7 +80,7 @@ class KeyboardView : public views::View, public views::ButtonListener {
// views::ButtonListener:
virtual void ButtonPressed(views::Button* sender,
- const ui::Event& event) OVERRIDE;
+ const ui::Event& event) override;
KeyboardDelegate* delegate_;
« no previous file with comments | « mojo/examples/keyboard/keyboard.cc ('k') | mojo/examples/media_viewer/media_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698