summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/file_ref_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/file_ref_resource.h')
-rw-r--r--ppapi/proxy/file_ref_resource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/file_ref_resource.h b/ppapi/proxy/file_ref_resource.h
index f982438..96f71db 100644
--- a/ppapi/proxy/file_ref_resource.h
+++ b/ppapi/proxy/file_ref_resource.h
@@ -42,8 +42,8 @@ class PPAPI_PROXY_EXPORT FileRefResource
virtual PP_Var GetPath() const OVERRIDE;
virtual PP_Resource GetParent() OVERRIDE;
virtual int32_t MakeDirectory(
- PP_Bool make_ancestors,
- scoped_refptr<TrackedCallback> callback) OVERRIDE;
+ int32_t make_directory_flags,
+ scoped_refptr<TrackedCallback> callback) OVERRIDE;
virtual int32_t Touch(PP_Time last_access_time,
PP_Time last_modified_time,
scoped_refptr<TrackedCallback> callback) OVERRIDE;