Chromium Code Reviews| 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 451c6a026ef0efc9544b1c2a6de0b02f860d0f3b..484239fb4b64dc26d2d313454c914167ed508f5d 100644 |
| --- a/chrome/browser/chromeos/boot_times_loader.cc |
| +++ b/chrome/browser/chromeos/boot_times_loader.cc |
| @@ -209,7 +209,7 @@ void BootTimesLoader::WriteTimes( |
| } |
| output += '\n'; |
| - file_util::WriteFile( |
| + base::WriteFile( |
|
viettrungluu
2014/02/28 21:47:24
nit: this now fits on one line
|
| log_path.Append(base_name), output.data(), output.size()); |
| } |