| 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 451fc7ad504e919e79aeafcbb3e80ae0ea644b02..2f83bc1b36efeb6256e1bb29929eeb2c83f69091 100644
|
| --- a/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| +++ b/chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc
|
| @@ -35,11 +35,11 @@ class LoginStateNotificationBlockerChromeOSBrowserTest
|
| chromeos::LoginManagerTest::SetUpOnMainThread();
|
| }
|
|
|
| - virtual void CleanUpOnMainThread() OVERRIDE {
|
| + virtual void TearDownOnMainThread() OVERRIDE {
|
| if (blocker_)
|
| blocker_->RemoveObserver(this);
|
| blocker_.reset();
|
| - chromeos::LoginManagerTest::CleanUpOnMainThread();
|
| + chromeos::LoginManagerTest::TearDownOnMainThread();
|
| }
|
|
|
| protected:
|
|
|