| Index: chrome/browser/chromeos/boot_times_recorder.cc
|
| diff --git a/chrome/browser/chromeos/boot_times_recorder.cc b/chrome/browser/chromeos/boot_times_recorder.cc
|
| index e9a3cecd456342f4628e9112bf48c7ae5261d6f5..268aef619d9cb37a40d6edd021fc1925185cb9e3 100644
|
| --- a/chrome/browser/chromeos/boot_times_recorder.cc
|
| +++ b/chrome/browser/chromeos/boot_times_recorder.cc
|
| @@ -152,7 +152,7 @@ std::string BootTimesRecorder::Stats::SerializeToString() const {
|
| dictionary.SetString(kDisk, disk_);
|
|
|
| std::string result;
|
| - if (!base::JSONWriter::Write(&dictionary, &result)) {
|
| + if (!base::JSONWriter::Write(dictionary, &result)) {
|
| LOG(WARNING) << "BootTimesRecorder::Stats::SerializeToString(): failed.";
|
| return std::string();
|
| }
|
|
|