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

Unified Diff: mojo/views/input_method_mojo_linux.h

Issue 634483003: replace OVERRIDE and FINAL with override and final in mojo/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove compiler_specific.h inclusions 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 | « mojo/services/window_manager/window_manager_unittests.cc ('k') | mojo/views/native_widget_view_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/views/input_method_mojo_linux.h
diff --git a/mojo/views/input_method_mojo_linux.h b/mojo/views/input_method_mojo_linux.h
index 0072a297cbec944aeb98f15efdfab72722136175..f941ab258e2fc9306a05439e2df56303fa563a8f 100644
--- a/mojo/views/input_method_mojo_linux.h
+++ b/mojo/views/input_method_mojo_linux.h
@@ -27,7 +27,7 @@ class InputMethodMojoLinux : public ui::InputMethodAuraLinux {
virtual ~InputMethodMojoLinux();
// Overriden from ui::InputMethodAuraLinux:
- virtual bool DispatchKeyEvent(const ui::KeyEvent& event) OVERRIDE;
+ virtual bool DispatchKeyEvent(const ui::KeyEvent& event) override;
private:
DISALLOW_COPY_AND_ASSIGN(InputMethodMojoLinux);
« no previous file with comments | « mojo/services/window_manager/window_manager_unittests.cc ('k') | mojo/views/native_widget_view_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698