| Index: chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| diff --git a/chrome/browser/notifications/extension_welcome_notification_unittest.cc b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| index 2c4544da367fd39d14baf8a52f29031758a9702c..d4ecf2d7e08a2314a95d9d9e4a1da60cdf821dd6 100644
|
| --- a/chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| +++ b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
|
| @@ -128,7 +128,7 @@ class ExtensionWelcomeNotificationTest : public testing::Test {
|
| ExtensionWelcomeNotification::RegisterProfilePrefs(pref_registry.get());
|
| }
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| task_runner_ = new base::TestSimpleTaskRunner();
|
| thread_task_runner_handle_.reset(
|
| new base::ThreadTaskRunnerHandle(task_runner_));
|
| @@ -138,7 +138,7 @@ class ExtensionWelcomeNotificationTest : public testing::Test {
|
| ExtensionWelcomeNotification::Create(profile_.get(), delegate_));
|
| }
|
|
|
| - virtual void TearDown() {
|
| + void TearDown() override {
|
| delegate_ = NULL;
|
| welcome_notification_.reset();
|
| profile_.reset();
|
|
|