Index: base/metrics/statistics_recorder.cc |
diff --git a/base/metrics/statistics_recorder.cc b/base/metrics/statistics_recorder.cc |
index 62617c5d804cbe20f7299b387e499fc96c1bcfc8..2753c0b2b6011d86fc7c14a1de70851364100a13 100644 |
--- a/base/metrics/statistics_recorder.cc |
+++ b/base/metrics/statistics_recorder.cc |
@@ -172,7 +172,7 @@ |
std::string output("{"); |
if (!query.empty()) { |
output += "\"query\":"; |
- EscapeJSONString(query, true, &output); |
+ JsonDoubleQuote(query, true, &output); |
output += ","; |
} |