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

Unified Diff: ash/system/chromeos/multi_user/user_switch_util_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
Index: ash/system/chromeos/multi_user/user_switch_util_unittest.cc
diff --git a/ash/system/chromeos/multi_user/user_switch_util_unittest.cc b/ash/system/chromeos/multi_user/user_switch_util_unittest.cc
index becf95f42823152310c1fb9b8db739aef1b104d2..adb0bad0fe8b26f37337c8c65afc16a22612df12 100644
--- a/ash/system/chromeos/multi_user/user_switch_util_unittest.cc
+++ b/ash/system/chromeos/multi_user/user_switch_util_unittest.cc
@@ -24,9 +24,9 @@ class TrySwitchingUserTest : public ash::test::AshTestBase {
stop_capture_callback_hit_count_(0),
stop_share_callback_hit_count_(0),
switch_callback_hit_count_(0) {}
- virtual ~TrySwitchingUserTest() {}
+ ~TrySwitchingUserTest() override {}
- virtual void SetUp() override {
+ void SetUp() override {
test::AshTestBase::SetUp();
TrayItemView::DisableAnimationsForTest();
SystemTray* system_tray = Shell::GetInstance()->GetPrimarySystemTray();
« no previous file with comments | « ash/system/chromeos/multi_user/user_switch_util.cc ('k') | ash/system/chromeos/network/network_detailed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698