summaryrefslogtreecommitdiffstats
path: root/ppapi/c/trusted/ppb_file_chooser_trusted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/trusted/ppb_file_chooser_trusted.h')
-rw-r--r--ppapi/c/trusted/ppb_file_chooser_trusted.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ppapi/c/trusted/ppb_file_chooser_trusted.h b/ppapi/c/trusted/ppb_file_chooser_trusted.h
index 8c3c933..85187a7 100644
--- a/ppapi/c/trusted/ppb_file_chooser_trusted.h
+++ b/ppapi/c/trusted/ppb_file_chooser_trusted.h
@@ -4,7 +4,7 @@
*/
/* From trusted/ppb_file_chooser_trusted.idl,
- * modified Wed Jan 4 09:12:36 2012.
+ * modified Wed Jan 4 11:09:00 2012.
*/
#ifndef PPAPI_C_TRUSTED_PPB_FILE_CHOOSER_TRUSTED_H_
@@ -30,7 +30,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_FileChooserTrusted {
+struct PPB_FileChooserTrusted_0_5 {
/**
* This function displays a previously created file chooser resource as a
* dialog box, prompting the user to choose a file or files to open, or a
@@ -54,6 +54,8 @@ struct PPB_FileChooserTrusted {
struct PP_Var suggested_file_name,
struct PP_CompletionCallback callback);
};
+
+typedef struct PPB_FileChooserTrusted_0_5 PPB_FileChooserTrusted;
/**
* @}
*/