| Index: sync/engine/model_safe_worker.cc
|
| diff --git a/sync/engine/model_safe_worker.cc b/sync/engine/model_safe_worker.cc
|
| index ab1f750ddeb3be0e6b160d579c522c7251e777b4..a5aa04fde23334b01d668e065bf5c5427d42cf10 100644
|
| --- a/sync/engine/model_safe_worker.cc
|
| +++ b/sync/engine/model_safe_worker.cc
|
| @@ -25,7 +25,7 @@ std::string ModelSafeRoutingInfoToString(
|
| const ModelSafeRoutingInfo& routing_info) {
|
| scoped_ptr<DictionaryValue> dict(ModelSafeRoutingInfoToValue(routing_info));
|
| std::string json;
|
| - base::JSONWriter::Write(dict.get(), false, &json);
|
| + base::JSONWriter::Write(dict.get(), &json);
|
| return json;
|
| }
|
|
|
|
|