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

Unified Diff: ash/sticky_keys/sticky_keys_unittest.cc

Issue 800983006: Update {virtual,override,final} to follow C++11 style in ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround Created 5 years, 11 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/magnifier/magnification_controller_unittest.cc ('k') | ash/system/chromeos/audio/audio_detailed_view.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 feb56ad3e70264d00727488ea050ab26c90ee1b8..16bdd20da3c8da0f4ed84e991616e65bad7724d6 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 {
+ void SetUp() override {
test::AshTestBase::SetUp();
// |target_| owned by root window of shell. It is still safe to delete
@@ -45,9 +45,7 @@ class StickyKeysTest : public test::AshTestBase {
ui::SetUpTouchPadForTest(kTouchPadDeviceId);
}
- virtual void TearDown() override {
- test::AshTestBase::TearDown();
- }
+ void TearDown() override { test::AshTestBase::TearDown(); }
virtual void OnShortcutPressed() {
if (target_) {
« no previous file with comments | « ash/magnifier/magnification_controller_unittest.cc ('k') | ash/system/chromeos/audio/audio_detailed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698