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

Unified Diff: chrome/browser/sync/test_profile_sync_service.cc

Issue 10837214: Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit test Created 8 years, 4 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
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.h ('k') | sync/engine/download_updates_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test_profile_sync_service.cc
diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
index 2db4f86ff72dfee84dcce8c593523d8c9e8fb546..a4efa924fbbd0d4ce2d91fda70ab85d660c79d15 100644
--- a/chrome/browser/sync/test_profile_sync_service.cc
+++ b/chrome/browser/sync/test_profile_sync_service.cc
@@ -156,9 +156,9 @@ void SyncBackendHostForProfileSyncTest::EmitOnNotificationsDisabled(
}
void SyncBackendHostForProfileSyncTest::EmitOnIncomingNotification(
- const syncer::ObjectIdPayloadMap& id_payloads,
+ const syncer::ObjectIdStateMap& id_state_map,
const syncer::IncomingNotificationSource source) {
- frontend()->OnIncomingNotification(id_payloads, source);
+ frontend()->OnIncomingNotification(id_state_map, source);
}
} // namespace browser_sync
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.h ('k') | sync/engine/download_updates_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698