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(); |
} |