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