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

Unified Diff: chromeos/ime/ime_keyboard_x11_unittest.cc

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (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 | « chromeos/ime/ime_keyboard_x11.cc ('k') | chromeos/ime/mock_component_extension_ime_manager_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/ime_keyboard_x11_unittest.cc
diff --git a/chromeos/ime/ime_keyboard_x11_unittest.cc b/chromeos/ime/ime_keyboard_x11_unittest.cc
index 187bd8b20e7e56fee6940eb0132adec3a841aab7..cdf195f8bd8eb6e932e38f3f35cfe4ffc645479f 100644
--- a/chromeos/ime/ime_keyboard_x11_unittest.cc
+++ b/chromeos/ime/ime_keyboard_x11_unittest.cc
@@ -38,7 +38,7 @@ class ImeKeyboardTest : public testing::Test,
xkey_.reset();
}
- virtual void OnCapsLockChanged(bool enabled) OVERRIDE {
+ virtual void OnCapsLockChanged(bool enabled) override {
caps_changed_ = true;
}
« no previous file with comments | « chromeos/ime/ime_keyboard_x11.cc ('k') | chromeos/ime/mock_component_extension_ime_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698