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

Unified Diff: ash/system/chromeos/supervised/tray_supervised_user_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/system/chromeos/supervised/tray_supervised_user.h ('k') | ash/system/chromeos/system_clock_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/supervised/tray_supervised_user_unittest.cc
diff --git a/ash/system/chromeos/supervised/tray_supervised_user_unittest.cc b/ash/system/chromeos/supervised/tray_supervised_user_unittest.cc
index 3988ce8789a74c9b6f14e66fc5e48922fb38f8e1..1e2353865d90a98dbae8a4f6961a828aa8c85257 100644
--- a/ash/system/chromeos/supervised/tray_supervised_user_unittest.cc
+++ b/ash/system/chromeos/supervised/tray_supervised_user_unittest.cc
@@ -20,7 +20,7 @@ namespace ash {
class TraySupervisedUserTest : public test::AshTestBase {
public:
TraySupervisedUserTest() {}
- virtual ~TraySupervisedUserTest() {}
+ ~TraySupervisedUserTest() override {}
protected:
message_center::Notification* GetPopup();
@@ -43,10 +43,10 @@ message_center::Notification* TraySupervisedUserTest::GetPopup() {
class TraySupervisedUserInitialTest : public TraySupervisedUserTest {
public:
TraySupervisedUserInitialTest() {}
- virtual ~TraySupervisedUserInitialTest() {}
+ ~TraySupervisedUserInitialTest() override {}
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
private:
DISALLOW_COPY_AND_ASSIGN(TraySupervisedUserInitialTest);
« no previous file with comments | « ash/system/chromeos/supervised/tray_supervised_user.h ('k') | ash/system/chromeos/system_clock_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698