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

Unified Diff: sync/notifier/object_id_payload_map.h

Issue 10828158: [Sync] Address msw's comments for r149747 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: sync/notifier/object_id_payload_map.h
diff --git a/sync/notifier/object_id_payload_map.h b/sync/notifier/object_id_payload_map.h
index 91a1f156cefa48cd5704185aeb4d8398438dfddc..e0300dc5a435532501846e9e366c0bdc0f60dda0 100644
--- a/sync/notifier/object_id_payload_map.h
+++ b/sync/notifier/object_id_payload_map.h
@@ -20,8 +20,8 @@ typedef std::map<invalidation::ObjectId,
// Converts between ObjectIdPayloadMaps and ObjectIdSets.
ObjectIdSet ObjectIdPayloadMapToSet(const ObjectIdPayloadMap& id_payloads);
-ObjectIdPayloadMap ObjectIdSetToPayloadMap(
- ObjectIdSet ids, const std::string& payload);
+ObjectIdPayloadMap ObjectIdSetToPayloadMap(ObjectIdSet ids,
akalin 2012/08/03 20:08:49 Done.
+ const std::string& payload);
// Converts between ObjectIdPayloadMaps and ModelTypePayloadMaps.
ModelTypePayloadMap ObjectIdPayloadMapToModelTypePayloadMap(

Powered by Google App Engine
This is Rietveld 408576698