| Index: components/browser_sync/profile_sync_service_mock.h
|
| diff --git a/components/browser_sync/profile_sync_service_mock.h b/components/browser_sync/profile_sync_service_mock.h
|
| index eea904106083a413a1a92129dc7313cbef782bab..2c73527651aa2f66687838d88ffe2ed22f4c8c6d 100644
|
| --- a/components/browser_sync/profile_sync_service_mock.h
|
| +++ b/components/browser_sync/profile_sync_service_mock.h
|
| @@ -67,7 +67,7 @@ class ProfileSyncServiceMock : public ProfileSyncService {
|
| MOCK_CONST_METHOD0(GetLastCycleSnapshot, syncer::SyncCycleSnapshot());
|
|
|
| MOCK_METHOD1(QueryDetailedSyncStatus,
|
| - bool(syncer::SyncBackendHost::Status* result));
|
| + bool(syncer::SyncEngine::Status* result));
|
| MOCK_CONST_METHOD0(GetAuthError, const GoogleServiceAuthError&());
|
| MOCK_CONST_METHOD0(IsFirstSetupInProgress, bool());
|
| MOCK_CONST_METHOD0(GetLastSyncedTimeString, base::string16());
|
|
|