| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index 7bd5fac0da47cd526cbdcff71438025f6b3aca96..6b6059e2c3f94f2e3eecd7d482e5b01946225874 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -66,7 +66,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
|
|
| void EmitOnInvalidatorStateChange(syncer::InvalidatorState state);
|
| void EmitOnIncomingInvalidation(
|
| - const syncer::ObjectIdStateMap& id_state_map,
|
| + const syncer::ObjectIdInvalidationMap& invalidation_map,
|
| const syncer::IncomingInvalidationSource source);
|
|
|
| protected:
|
|
|