| Index: content/renderer/pepper/pepper_file_system_host.h
|
| diff --git a/content/renderer/pepper/pepper_file_system_host.h b/content/renderer/pepper/pepper_file_system_host.h
|
| index 0e0be311c1cad90b63dc38926f4dcff928337ad9..e1657a1d50bc4d90692eea928c147439cf71b514 100644
|
| --- a/content/renderer/pepper/pepper_file_system_host.h
|
| +++ b/content/renderer/pepper/pepper_file_system_host.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/files/file.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "ppapi/c/pp_file_info.h"
|
| #include "ppapi/c/private/ppb_isolated_file_system_private.h"
|
| @@ -54,7 +55,7 @@ class PepperFileSystemHost
|
| private:
|
| // Callback for OpenFileSystem.
|
| void DidOpenFileSystem(const std::string& name_unused, const GURL& root);
|
| - void DidFailOpenFileSystem(base::PlatformFileError error);
|
| + void DidFailOpenFileSystem(base::File::Error error);
|
|
|
| int32_t OnHostMsgOpen(ppapi::host::HostMessageContext* context,
|
| int64_t expected_size);
|
|
|