Index: ppapi/c/dev/ppb_char_set_dev.h |
=================================================================== |
--- ppapi/c/dev/ppb_char_set_dev.h (revision 83048) |
+++ ppapi/c/dev/ppb_char_set_dev.h (working copy) |
@@ -10,7 +10,8 @@ |
#include "ppapi/c/pp_stdint.h" |
#include "ppapi/c/pp_var.h" |
-#define PPB_CHAR_SET_DEV_INTERFACE "PPB_CharSet(Dev);0.4" |
+#define PPB_CHAR_SET_DEV_INTERFACE_0_4 "PPB_CharSet(Dev);0.4" |
+#define PPB_CHAR_SET_DEV_INTERFACE PPB_CHAR_SET_DEV_INTERFACE_0_4 |
// Specifies the error behavior for the character set conversion functions. |
// This will affect two cases: where the input is not encoded correctly, and |