summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev/ppb_file_ref_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/c/dev/ppb_file_ref_dev.h')
-rw-r--r--ppapi/c/dev/ppb_file_ref_dev.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ppapi/c/dev/ppb_file_ref_dev.h b/ppapi/c/dev/ppb_file_ref_dev.h
index 61e60dc..05b3d9c 100644
--- a/ppapi/c/dev/ppb_file_ref_dev.h
+++ b/ppapi/c/dev/ppb_file_ref_dev.h
@@ -13,8 +13,8 @@
struct PP_CompletionCallback;
-#define PPB_FILEREF_DEV_INTERFACE_0_7 "PPB_FileRef(Dev);0.7"
-#define PPB_FILEREF_DEV_INTERFACE PPB_FILEREF_DEV_INTERFACE_0_7
+#define PPB_FILEREF_DEV_INTERFACE_0_8 "PPB_FileRef(Dev);0.8"
+#define PPB_FILEREF_DEV_INTERFACE PPB_FILEREF_DEV_INTERFACE_0_8
// A FileRef is a "weak pointer" to a file in a file system. It contains a
// PP_FileSystemType identifier and a file path string.
@@ -79,4 +79,3 @@ struct PPB_FileRef_Dev {
};
#endif /* PPAPI_C_DEV_PPB_FILE_REF_DEV_H_ */
-