| Index: chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| diff --git a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| index 8938e4e3665013dc2dbada9f250b56f2ff739003..daafc9a606ba27469fa13732079d68938b518121 100644
|
| --- a/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| +++ b/chrome/browser/sync/sync_error_notifier_ash_unittest.cc
|
| @@ -192,7 +192,7 @@ TEST_F(SyncErrorNotifierTest, MAYBE_PassphraseNotification) {
|
| ASSERT_FALSE(notification_ui_manager_->FindById(
|
| kNotificationId, NotificationUIManager::GetProfileID(profile_)));
|
|
|
| - syncer::SyncBackendHost::Status status;
|
| + syncer::SyncEngine::Status status;
|
| EXPECT_CALL(*service_, QueryDetailedSyncStatus(_))
|
| .WillRepeatedly(Return(false));
|
|
|
|
|