summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/extension_welcome_notification_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/notifications/extension_welcome_notification_unittest.cc')
-rw-r--r--chrome/browser/notifications/extension_welcome_notification_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/notifications/extension_welcome_notification_unittest.cc b/chrome/browser/notifications/extension_welcome_notification_unittest.cc
index 2c4544d..d4ecf2d 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();