summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_service.h
diff options
context:
space:
mode:
authordcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 04:29:44 +0000
committerdcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-24 04:29:44 +0000
commitbd6007ea79376728e7096a3261e812908933ba85 (patch)
treea794320cf3d5a922c7af84f965c5f6a30624cf4e /chrome/browser/sync/profile_sync_service.h
parent3e59af452cc296f22e14ee738594fec9cee38e7c (diff)
downloadchromium_src-bd6007ea79376728e7096a3261e812908933ba85.zip
chromium_src-bd6007ea79376728e7096a3261e812908933ba85.tar.gz
chromium_src-bd6007ea79376728e7096a3261e812908933ba85.tar.bz2
Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.
This lays the groundwork for allowing us to pass ack handles for object IDs to SyncNotifierObservers. BUG=124149 TEST=none, there should be no behavior change. Review URL: https://chromiumcodereview.appspot.com/10837214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.h')
-rw-r--r--chrome/browser/sync/profile_sync_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 6c3bc91..7a2d489 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -263,7 +263,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
virtual void OnNotificationsDisabled(
syncer::NotificationsDisabledReason reason) OVERRIDE;
virtual void OnIncomingNotification(
- const syncer::ObjectIdPayloadMap& id_payloads,
+ const syncer::ObjectIdStateMap& id_state_map,
syncer::IncomingNotificationSource source) OVERRIDE;
// SyncFrontend implementation.