| Index: chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/extension_settings_helper.cc b/chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| index 73a885339abb7bfb7771d12346f53a3171b5e704..e9414af1832959b60c5fbbc45a18232f82c63bc2 100644
|
| --- a/chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| @@ -31,9 +31,8 @@ namespace {
|
|
|
| std::string ToJson(const base::Value& value) {
|
| std::string json;
|
| - base::JSONWriter::WriteWithOptions(&value,
|
| - base::JSONWriter::OPTIONS_PRETTY_PRINT,
|
| - &json);
|
| + base::JSONWriter::WriteWithOptions(
|
| + value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json);
|
| return json;
|
| }
|
|
|
|
|