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

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: Address nits 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 | « sync/internal_api/test/fake_sync_manager.cc ('k') | sync/notifier/object_id_payload_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
+ const std::string& payload);
// Converts between ObjectIdPayloadMaps and ModelTypePayloadMaps.
ModelTypePayloadMap ObjectIdPayloadMapToModelTypePayloadMap(
« no previous file with comments | « sync/internal_api/test/fake_sync_manager.cc ('k') | sync/notifier/object_id_payload_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698