| Index: chrome/browser/chromeos/boot_times_loader.cc
|
| diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc
|
| index aa0dff6ef1a08f3cf502be77b11c0c6df29eb567..40bed083c5e91d67b6cf509614caa5950a29d804 100644
|
| --- a/chrome/browser/chromeos/boot_times_loader.cc
|
| +++ b/chrome/browser/chromeos/boot_times_loader.cc
|
| @@ -145,7 +145,7 @@ BootTimesLoader::Stats BootTimesLoader::Stats::GetCurrentStats() {
|
| }
|
|
|
| std::string BootTimesLoader::Stats::SerializeToString() const {
|
| - if (uptime_.empty() || disk_.empty())
|
| + if (uptime_.empty() && disk_.empty())
|
| return std::string();
|
| base::DictionaryValue dictionary;
|
| dictionary.SetString(kUptime, uptime_);
|
|
|