Chromium Code Reviews| Index: base/files/file_util.cc |
| diff --git a/base/files/file_util.cc b/base/files/file_util.cc |
| index 80fa44f9ea22648fb7b9e9a55e67a049abcb66c0..70ff83a6e1cfe52efb4733f8f9703d2ad3b767d6 100644 |
| --- a/base/files/file_util.cc |
| +++ b/base/files/file_util.cc |
| @@ -131,7 +131,7 @@ bool ReadFileToStringWithMaxSize(const FilePath& path, |
| contents->clear(); |
| if (path.ReferencesParent()) |
| return false; |
| - FILE* file = OpenFile(path, "rb"); |
| + FILE* file = OpenFile(path, "rb" FONE); |
| if (!file) { |
| return false; |
| } |