| Index: extensions/browser/computed_hashes.cc
|
| diff --git a/extensions/browser/computed_hashes.cc b/extensions/browser/computed_hashes.cc
|
| index 473ee3c6ba8c7402ce35265ecedf3900200a24d4..35ea525508b7ed34d828755226b9e1c791426a61 100644
|
| --- a/extensions/browser/computed_hashes.cc
|
| +++ b/extensions/browser/computed_hashes.cc
|
| @@ -156,7 +156,7 @@ bool ComputedHashes::Writer::WriteToFile(const base::FilePath& path) {
|
| top_dictionary.SetInteger(kVersionKey, kVersion);
|
| top_dictionary.Set(kFileHashesKey, file_list_.release());
|
|
|
| - if (!base::JSONWriter::Write(&top_dictionary, &json))
|
| + if (!base::JSONWriter::Write(top_dictionary, &json))
|
| return false;
|
| int written = base::WriteFile(path, json.data(), json.size());
|
| if (static_cast<unsigned>(written) != json.size()) {
|
|
|