| Index: content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| diff --git a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| index ec94f3f853415f53815b278cc6ef415bb1ad704e..f27e80fad0546f1c647a8b469439c61dcf060552 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| +++ b/content/browser/renderer_host/pepper/pepper_file_system_browser_host.h
|
| @@ -89,7 +89,7 @@ class CONTENT_EXPORT PepperFileSystemBrowserHost
|
| ppapi::host::ReplyMessageContext reply_context,
|
| const GURL& root,
|
| const std::string& name,
|
| - base::PlatformFileError error);
|
| + base::File::Error error);
|
| void OpenIsolatedFileSystem(
|
| ppapi::host::ReplyMessageContext reply_context,
|
| const std::string& fsid,
|
| @@ -102,7 +102,7 @@ class CONTENT_EXPORT PepperFileSystemBrowserHost
|
| void OpenPluginPrivateFileSystemComplete(
|
| ppapi::host::ReplyMessageContext reply_context,
|
| const std::string& fsid,
|
| - base::PlatformFileError error);
|
| + base::File::Error error);
|
|
|
| int32_t OnHostMsgOpen(
|
| ppapi::host::HostMessageContext* context,
|
|
|