| Index: chrome/browser/diagnostics/recon_diagnostics.cc
|
| diff --git a/chrome/browser/diagnostics/recon_diagnostics.cc b/chrome/browser/diagnostics/recon_diagnostics.cc
|
| index c59c35c754fb773007528dfebd44c19749d57ccb..185c9e2b106c98a6257a9d6ea8ed2286aec93278 100644
|
| --- a/chrome/browser/diagnostics/recon_diagnostics.cc
|
| +++ b/chrome/browser/diagnostics/recon_diagnostics.cc
|
| @@ -203,7 +203,7 @@ class JSONTest : public DiagnosticsTest {
|
| }
|
| // Being small enough, we can process it in-memory.
|
| std::string json_data;
|
| - if (!file_util::ReadFileToString(path_, &json_data)) {
|
| + if (!base::ReadFileToString(path_, &json_data)) {
|
| RecordFailure(DIAG_RECON_UNABLE_TO_OPEN_FILE,
|
| "Could not open file. Possibly locked by another process");
|
| return true;
|
|
|