| Index: ppapi/c/dev/ppb_file_io_trusted_dev.h
|
| ===================================================================
|
| --- ppapi/c/dev/ppb_file_io_trusted_dev.h (revision 82872)
|
| +++ ppapi/c/dev/ppb_file_io_trusted_dev.h (working copy)
|
| @@ -10,7 +10,8 @@
|
|
|
| struct PP_CompletionCallback;
|
|
|
| -#define PPB_FILEIOTRUSTED_DEV_INTERFACE "PPB_FileIOTrusted(Dev);0.2"
|
| +#define PPB_FILEIOTRUSTED_DEV_INTERFACE_0_2 "PPB_FileIOTrusted(Dev);0.2"
|
| +#define PPB_FILEIOTRUSTED_DEV_INTERFACE PPB_FILEIOTRUSTED_DEV_INTERFACE_0_2
|
|
|
| // Available only to trusted implementations.
|
| struct PPB_FileIOTrusted_Dev {
|
|
|