summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_url_response_info.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-27 17:58:51 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-27 17:58:51 +0000
commitcd6d14b690ea36ec68d0653e664f91dcda0d4273 (patch)
tree6a8b556b23cd02324d804a257e7ee2313cd964bb /ppapi/c/ppb_url_response_info.h
parente789ff3b6f13d50c2599050c1b4797593c06cdfc (diff)
downloadchromium_src-cd6d14b690ea36ec68d0653e664f91dcda0d4273.zip
chromium_src-cd6d14b690ea36ec68d0653e664f91dcda0d4273.tar.gz
chromium_src-cd6d14b690ea36ec68d0653e664f91dcda0d4273.tar.bz2
Add version-specific defines for each C interface.
This explicitly does not change any of the version numbers, and just makes the name of the define string match the current version number. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6893022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83176 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_url_response_info.h')
-rw-r--r--ppapi/c/ppb_url_response_info.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/c/ppb_url_response_info.h b/ppapi/c/ppb_url_response_info.h
index 51c62af..6956a36 100644
--- a/ppapi/c/ppb_url_response_info.h
+++ b/ppapi/c/ppb_url_response_info.h
@@ -52,7 +52,8 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_URLResponseProperty, 4);
* @}
*/
-#define PPB_URLRESPONSEINFO_INTERFACE "PPB_URLResponseInfo;0.1"
+#define PPB_URLRESPONSEINFO_INTERFACE_0_1 "PPB_URLResponseInfo;0.1"
+#define PPB_URLRESPONSEINFO_INTERFACE PPB_URLRESPONSEINFO_INTERFACE_0_1
/**
*