| Index: content/common/fileapi/file_system_messages.h
|
| diff --git a/content/common/fileapi/file_system_messages.h b/content/common/fileapi/file_system_messages.h
|
| index eb9d1c0acc72067d8f2851195e804e972aa04ca9..933423aa002cfab7a751f75244b8d75b977585be 100644
|
| --- a/content/common/fileapi/file_system_messages.h
|
| +++ b/content/common/fileapi/file_system_messages.h
|
| @@ -49,10 +49,10 @@ IPC_MESSAGE_CONTROL1(FileSystemMsg_DidSucceed,
|
| int /* request_id */)
|
| IPC_MESSAGE_CONTROL2(FileSystemMsg_DidReadMetadata,
|
| int /* request_id */,
|
| - base::PlatformFileInfo)
|
| + base::File::Info)
|
| IPC_MESSAGE_CONTROL3(FileSystemMsg_DidCreateSnapshotFile,
|
| int /* request_id */,
|
| - base::PlatformFileInfo,
|
| + base::File::Info,
|
| base::FilePath /* true platform path */)
|
| IPC_MESSAGE_CONTROL3(FileSystemMsg_DidReadDirectory,
|
| int /* request_id */,
|
| @@ -69,7 +69,7 @@ IPC_MESSAGE_CONTROL4(FileSystemMsg_DidOpenFile,
|
| quota::QuotaLimitType /* quota_policy */)
|
| IPC_MESSAGE_CONTROL2(FileSystemMsg_DidFail,
|
| int /* request_id */,
|
| - base::PlatformFileError /* error_code */)
|
| + base::File::Error /* error_code */)
|
|
|
| // File system messages sent from the child process to the browser.
|
|
|
|
|