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

Unified Diff: chrome/browser/notifications/message_center_notifications_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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
Index: chrome/browser/notifications/message_center_notifications_unittest.cc
diff --git a/chrome/browser/notifications/message_center_notifications_unittest.cc b/chrome/browser/notifications/message_center_notifications_unittest.cc
index 84038806822ebdf33066b993bfa417ae008d2b93..a216f858f07d8e54f9f032678f6a8a15f86431e1 100644
--- a/chrome/browser/notifications/message_center_notifications_unittest.cc
+++ b/chrome/browser/notifications/message_center_notifications_unittest.cc
@@ -40,7 +40,7 @@ class MessageCenterNotificationManagerTest : public BrowserWithTestWindowTest {
MessageCenterNotificationManagerTest() {}
protected:
- virtual void SetUp() {
+ void SetUp() override {
BrowserWithTestWindowTest::SetUp();
#if !defined(OS_CHROMEOS)
// BrowserWithTestWindowTest owns an AshTestHelper on OS_CHROMEOS, which
@@ -76,7 +76,7 @@ class MessageCenterNotificationManagerTest : public BrowserWithTestWindowTest {
#endif
}
- virtual void TearDown() {
+ void TearDown() override {
run_loop_.reset();
first_run_pref_.reset();
profile_manager_.reset();

Powered by Google App Engine
This is Rietveld 408576698