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

Unified Diff: jingle/glue/utils.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 | « ipc/ipc_message_utils.cc ('k') | net/base/transport_security_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/utils.cc
diff --git a/jingle/glue/utils.cc b/jingle/glue/utils.cc
index 8eec167feb430441ac5643a06dfbd3364492c60e..ffbd23c0df7e5d51d51a8bd33873890ba5cbe080 100644
--- a/jingle/glue/utils.cc
+++ b/jingle/glue/utils.cc
@@ -53,7 +53,7 @@ std::string SerializeP2PCandidate(const cricket::Candidate& candidate) {
value.SetInteger("generation", candidate.generation());
std::string result;
- base::JSONWriter::Write(&value, false, &result);
+ base::JSONWriter::Write(&value, &result);
return result;
}
« no previous file with comments | « ipc/ipc_message_utils.cc ('k') | net/base/transport_security_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698