| 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 4f9f5784448b38613f5edc6389381cbbb2a959cf..c4fc135749beed3bf2a454704b130e8fe0ab47d6 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -660,7 +660,7 @@ void SyncTest::TriggerNotification(syncer::ModelTypeSet changed_types) {
|
| syncer::NOTIFY_ALL,
|
| syncer::ObjectIdSetToStateMap(
|
| syncer::ModelTypeSetToObjectIdSet(changed_types), ""),
|
| - syncer::REMOTE_NOTIFICATION).ToString();
|
| + syncer::REMOTE_INVALIDATION).ToString();
|
| const std::string& path =
|
| std::string("chromiumsync/sendnotification?channel=") +
|
| syncer::kSyncP2PNotificationChannel + "&data=" + data;
|
|
|