Chromium Code Reviews| Index: ppapi/c/ppb_messaging.h |
| =================================================================== |
| --- ppapi/c/ppb_messaging.h (revision 82872) |
| +++ ppapi/c/ppb_messaging.h (working copy) |
| @@ -8,7 +8,8 @@ |
| #include "ppapi/c/pp_instance.h" |
| #include "ppapi/c/pp_var.h" |
| -#define PPB_MESSAGING_INTERFACE "PPB_Messaging;0.1" |
| +#define PPB_MESSAGING_INTERFACE_0_1 "PPB_Messaging;0.1" |
| +#define PPB_MESSAGING_INTERFACE PPB_MESSAGING_INTERFACE_0_1 |
| /** |
| * @file |