Chromium Code Reviews| Index: base/file_util_proxy.cc |
| =================================================================== |
| --- base/file_util_proxy.cc (revision 58317) |
| +++ base/file_util_proxy.cc (working copy) |
| @@ -423,7 +423,7 @@ |
| private: |
| base::FileUtilProxy::GetFileInfoCallback* callback_; |
| FilePath file_path_; |
| - file_util::FileInfo file_info_; |
| + base::PlatformFileInfo file_info_; |
| }; |
| bool Start(const tracked_objects::Location& from_here, |