Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4753)

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 11052007: Rename ModelType/ObjectIdStateMap to InvalidationMap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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=") +

Powered by Google App Engine
This is Rietveld 408576698