Chromium Code Reviews

Unified Diff: ash/sticky_keys/sticky_keys_unittest.cc

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « ash/sticky_keys/sticky_keys_overlay.cc ('k') | ash/system/audio/tray_audio.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sticky_keys/sticky_keys_unittest.cc
diff --git a/ash/sticky_keys/sticky_keys_unittest.cc b/ash/sticky_keys/sticky_keys_unittest.cc
index 6505b656dedb1df4c1ae11cdb84386fdf947f676..feb56ad3e70264d00727488ea050ab26c90ee1b8 100644
--- a/ash/sticky_keys/sticky_keys_unittest.cc
+++ b/ash/sticky_keys/sticky_keys_unittest.cc
@@ -34,7 +34,7 @@ class StickyKeysTest : public test::AshTestBase {
: target_(NULL),
root_window_(NULL) {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
test::AshTestBase::SetUp();
// |target_| owned by root window of shell. It is still safe to delete
@@ -45,7 +45,7 @@ class StickyKeysTest : public test::AshTestBase {
ui::SetUpTouchPadForTest(kTouchPadDeviceId);
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
test::AshTestBase::TearDown();
}
« no previous file with comments | « ash/sticky_keys/sticky_keys_overlay.cc ('k') | ash/system/audio/tray_audio.h » ('j') | no next file with comments »

Powered by Google App Engine