| Index: base/files/important_file_writer_unittest.cc
|
| diff --git a/base/files/important_file_writer_unittest.cc b/base/files/important_file_writer_unittest.cc
|
| index e8f3d122c6196c0c3d334d13a388e4ee46df6120..02a5f76b2b6e7a9d775d4b0f4551d205a2aa4c8d 100644
|
| --- a/base/files/important_file_writer_unittest.cc
|
| +++ b/base/files/important_file_writer_unittest.cc
|
| @@ -21,7 +21,7 @@ namespace {
|
|
|
| std::string GetFileContent(const FilePath& path) {
|
| std::string content;
|
| - if (!file_util::ReadFileToString(path, &content)) {
|
| + if (!ReadFileToString(path, &content)) {
|
| NOTREACHED();
|
| }
|
| return content;
|
|
|