Chromium Code Reviews| Index: base/files/file.cc |
| diff --git a/base/files/file.cc b/base/files/file.cc |
| index 86fdbc9ec07ff9d1f45bbfab02b51b71985d8c5e..4c0e5ded47c90d000a7fb6e80ff1e5a160445743 100644 |
| --- a/base/files/file.cc |
| +++ b/base/files/file.cc |
| @@ -88,7 +88,7 @@ void File::Initialize(const FilePath& name, uint32 flags) { |
| error_details_ = FILE_ERROR_ACCESS_DENIED; |
| return; |
| } |
| - InitializeUnsafe(name, flags); |
| + DoInitialize(name, flags); |
| } |
| #endif |