| Index: content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h b/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| index f75e32aba1d4ae0ea70d96b0a4832abcea10c6f6..0e70270b14c5153f59073786866b9dee5c265659 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_internal_file_ref_backend.h
|
| @@ -56,16 +56,16 @@ class PepperInternalFileRefBackend : public PepperFileRefBackend {
|
| // Generic reply callback.
|
| void DidFinish(ppapi::host::ReplyMessageContext reply_context,
|
| const IPC::Message& msg,
|
| - base::PlatformFileError error);
|
| + base::File::Error error);
|
|
|
| // Operation specific callbacks.
|
| void GetMetadataComplete(
|
| ppapi::host::ReplyMessageContext reply_context,
|
| - base::PlatformFileError error,
|
| - const base::PlatformFileInfo& file_info);
|
| + base::File::Error error,
|
| + const base::File::Info& file_info);
|
| void ReadDirectoryComplete(
|
| ppapi::host::ReplyMessageContext context,
|
| - base::PlatformFileError error,
|
| + base::File::Error error,
|
| const fileapi::FileSystemOperation::FileEntryList& file_list,
|
| bool has_more);
|
|
|
|
|