| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_password_unittest.cc b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| index 2e106c1bfc95a7f68761227c30dde3d09f95bd08..22005ce708a957358a052aa15d9d03b41d5e90a1 100644
|
| --- a/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| @@ -153,7 +153,7 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
|
| NotificationType::SYNC_CONFIGURE_DONE,
|
| NotificationService::AllSources());
|
| registrar_.Add(&observer_,
|
| - NotificationType::SYNC_PAUSED,
|
| + NotificationType::SYNC_CONFIGURE_BLOCKED,
|
| NotificationService::AllSources());
|
| }
|
|
|
| @@ -218,7 +218,8 @@ class ProfileSyncServicePasswordTest : public AbstractProfileSyncServiceTest {
|
| NotificationType(NotificationType::SYNC_CONFIGURE_DONE),_,_));
|
| EXPECT_CALL(observer_,
|
| Observe(
|
| - NotificationType(NotificationType::SYNC_PAUSED),_,_))
|
| + NotificationType(
|
| + NotificationType::SYNC_CONFIGURE_BLOCKED),_,_))
|
| .WillOnce(InvokeWithoutArgs(QuitMessageLoop));
|
|
|
| service_->RegisterDataTypeController(data_type_controller);
|
|
|