| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 6fab4d3ba09fd15f58e9da5748d89275f65bca8f..d64411c689308fa95a2dbd9c64de853a9658cb65 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -674,8 +674,8 @@ void SyncTest::TriggerNotification(syncer::ModelTypeSet changed_types) {
|
| syncer::P2PNotificationData(
|
| "from_server",
|
| syncer::NOTIFY_ALL,
|
| - syncer::ObjectIdSetToStateMap(
|
| - syncer::ModelTypeSetToObjectIdSet(changed_types), ""),
|
| + syncer::ObjectIdSetToInvalidationMap(
|
| + syncer::ModelTypeSetToObjectIdSet(changed_types), std::string()),
|
| syncer::REMOTE_INVALIDATION).ToString();
|
| const std::string& path =
|
| std::string("chromiumsync/sendnotification?channel=") +
|
|
|