Index: ppapi/thunk/ppb_file_ref_api.h |
diff --git a/ppapi/thunk/ppb_file_ref_api.h b/ppapi/thunk/ppb_file_ref_api.h |
index b473ae28721607b2413a5477037b2318c2647a47..085664be17d2f10fe773e32e0262145d846d44b0 100644 |
--- a/ppapi/thunk/ppb_file_ref_api.h |
+++ b/ppapi/thunk/ppb_file_ref_api.h |
@@ -28,7 +28,8 @@ class PPAPI_THUNK_EXPORT PPB_FileRef_API { |
virtual PP_Var GetName() const = 0; |
virtual PP_Var GetPath() const = 0; |
virtual PP_Resource GetParent() = 0; |
- virtual int32_t MakeDirectory(PP_Bool make_ancestors, |
+ virtual int32_t MakeDirectory(PP_Bool exclusive, |
+ PP_Bool make_ancestors, |
scoped_refptr<TrackedCallback> callback) = 0; |
virtual int32_t Touch(PP_Time last_access_time, |
PP_Time last_modified_time, |