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

Unified Diff: ash/touch/touchscreen_util_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. 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/touch/touch_transformer_controller.h ('k') | ash/virtual_keyboard_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touchscreen_util_unittest.cc
diff --git a/ash/touch/touchscreen_util_unittest.cc b/ash/touch/touchscreen_util_unittest.cc
index ac9f4a051ce7216769034c7efa5e3610b16856e1..fd88fc1ad91076bbcadd952f09d5e8adbdf1038e 100644
--- a/ash/touch/touchscreen_util_unittest.cc
+++ b/ash/touch/touchscreen_util_unittest.cc
@@ -15,7 +15,7 @@ class TouchscreenUtilTest : public testing::Test {
TouchscreenUtilTest() {}
virtual ~TouchscreenUtilTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
// Internal display will always match to internal touchscreen. If internal
// touchscreen can't be detected, it is then associated to a touch screen
// with matching size.
@@ -54,7 +54,7 @@ class TouchscreenUtilTest : public testing::Test {
}
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
displays_.clear();
}
« no previous file with comments | « ash/touch/touch_transformer_controller.h ('k') | ash/virtual_keyboard_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698