| Index: chrome/common/file_system/file_system_dispatcher.h
|
| ===================================================================
|
| --- chrome/common/file_system/file_system_dispatcher.h (revision 58317)
|
| +++ chrome/common/file_system/file_system_dispatcher.h (working copy)
|
| @@ -21,8 +21,8 @@
|
| struct WebFileSystemEntry;
|
| }
|
|
|
| -namespace file_util {
|
| -struct FileInfo;
|
| +namespace base {
|
| +struct PlatformFileInfo;
|
| }
|
|
|
| struct ViewMsg_FileSystem_DidReadDirectory_Params;
|
| @@ -68,7 +68,7 @@
|
| void DidSucceed(int request_id);
|
| void DidReadMetadata(
|
| int request_id,
|
| - const file_util::FileInfo& file_info);
|
| + const base::PlatformFileInfo& file_info);
|
| void DidReadDirectory(
|
| const ViewMsg_FileSystem_DidReadDirectory_Params& params);
|
| void DidFail(
|
|
|