| Index: chrome/browser/sync/notifier/p2p_notifier.cc
|
| diff --git a/chrome/browser/sync/notifier/p2p_notifier.cc b/chrome/browser/sync/notifier/p2p_notifier.cc
|
| index a8aecb570bc37a2719c81023075be449043c3d0c..e9b4ef20a38c7aefde4801f252d7f965bbb19773 100644
|
| --- a/chrome/browser/sync/notifier/p2p_notifier.cc
|
| +++ b/chrome/browser/sync/notifier/p2p_notifier.cc
|
| @@ -104,7 +104,7 @@ std::string P2PNotificationData::ToString() const {
|
| P2PNotificationTargetToString(target_));
|
| dict->Set(kChangedTypesKey, syncable::ModelTypeSetToValue(changed_types_));
|
| std::string json;
|
| - base::JSONWriter::Write(dict.get(), false /* pretty_print */, &json);
|
| + base::JSONWriter::Write(dict.get(), &json);
|
| return json;
|
| }
|
|
|
|
|