Index: chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
diff --git a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
index 2f83bc1b36efeb6256e1bb29929eeb2c83f69091..a8491ccf4486690118e5f050dd6475fee3df4f4a 100644 |
--- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
+++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc |
@@ -30,12 +30,12 @@ class LoginStateNotificationBlockerChromeOSBrowserTest |
state_changed_count_(0) {} |
virtual ~LoginStateNotificationBlockerChromeOSBrowserTest() {} |
- virtual void SetUpOnMainThread() OVERRIDE { |
+ virtual void SetUpOnMainThread() override { |
chromeos::LoginState::Get()->set_always_logged_in(false); |
chromeos::LoginManagerTest::SetUpOnMainThread(); |
} |
- virtual void TearDownOnMainThread() OVERRIDE { |
+ virtual void TearDownOnMainThread() override { |
if (blocker_) |
blocker_->RemoveObserver(this); |
blocker_.reset(); |
@@ -51,7 +51,7 @@ class LoginStateNotificationBlockerChromeOSBrowserTest |
// message_center::NotificationBlocker::Observer ovverrides: |
virtual void OnBlockingStateChanged( |
- message_center::NotificationBlocker* blocker) OVERRIDE { |
+ message_center::NotificationBlocker* blocker) override { |
state_changed_count_++; |
} |