Index: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
index 2ccad3a7d59fd5660fda404ff7377d5a64aab4f6..1c0325f6a9859b10f861dc0314fd83e39600f169 100644 |
--- a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h |
@@ -136,7 +136,7 @@ class FakeFileRefInterface : public nacl_io::FileRefInterface { |
virtual PP_Resource Create(PP_Resource file_system, const char* path); |
virtual PP_Var GetName(PP_Resource file_ref); |
virtual int32_t MakeDirectory(PP_Resource directory_ref, |
- PP_Bool make_ancestors, |
+ int32_t make_directory_flags, |
PP_CompletionCallback callback); |
virtual int32_t Delete(PP_Resource file_ref, PP_CompletionCallback callback); |
virtual int32_t Query(PP_Resource file_ref, |