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

Unified Diff: sync/syncable/model_type_payload_map.cc

Issue 9590002: JSONWriter cleanup: integrate pretty print into write options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict 7. Created 8 years, 9 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/sessions/session_state.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/model_type_payload_map.cc
diff --git a/sync/syncable/model_type_payload_map.cc b/sync/syncable/model_type_payload_map.cc
index dde1cd8ebe0f7bd3a55d758fa7c71a635c42b91e..99502b096db4da611d8f43ce96f93f624029b351 100644
--- a/sync/syncable/model_type_payload_map.cc
+++ b/sync/syncable/model_type_payload_map.cc
@@ -50,7 +50,7 @@ std::string ModelTypePayloadMapToString(
scoped_ptr<DictionaryValue> value(
ModelTypePayloadMapToValue(type_payloads));
std::string json;
- base::JSONWriter::Write(value.get(), false, &json);
+ base::JSONWriter::Write(value.get(), &json);
return json;
}
« no previous file with comments | « sync/sessions/session_state.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698