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 d050886bebedd229318e1312518167a25459e6cd..3d4411c21035f4b48e74e6d0c585eb591f0c134e 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -680,8 +680,8 @@ void SyncTest::TriggerNotification(syncer::ModelTypeSet changed_types) { |
"from_server", |
syncer::NOTIFY_ALL, |
syncer::ObjectIdSetToInvalidationMap( |
- syncer::ModelTypeSetToObjectIdSet(changed_types), std::string()), |
- syncer::REMOTE_INVALIDATION).ToString(); |
+ syncer::ModelTypeSetToObjectIdSet(changed_types), std::string()) |
+ ).ToString(); |
const std::string& path = |
std::string("chromiumsync/sendnotification?channel=") + |
syncer::kSyncP2PNotificationChannel + "&data=" + data; |