| Index: ppapi/c/ppb_file_system.h
|
| diff --git a/ppapi/c/ppb_file_system.h b/ppapi/c/ppb_file_system.h
|
| index 47e26a1ac82b9648008511af1c274506540f3cd8..59b3d515da3b1686e5d6151b89c4b67d22ee5430 100644
|
| --- a/ppapi/c/ppb_file_system.h
|
| +++ b/ppapi/c/ppb_file_system.h
|
| @@ -20,7 +20,8 @@
|
| struct PP_CompletionCallback;
|
|
|
| #define PPB_FILESYSTEM_INTERFACE_0_7 "PPB_FileSystem;0.7"
|
| -#define PPB_FILESYSTEM_INTERFACE PPB_FILESYSTEM_INTERFACE_0_7
|
| +#define PPB_FILESYSTEM_INTERFACE_1_0 "PPB_FileSystem;1.0"
|
| +#define PPB_FILESYSTEM_INTERFACE PPB_FILESYSTEM_INTERFACE_1_0
|
|
|
| /**
|
| * @addtogroup Structs
|
|
|