diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 04:55:55 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 04:55:55 +0000 |
commit | 9c6e0de10e2cbe72e3368c345b31f5ba18e511e3 (patch) | |
tree | 3443d267a3ae72f8108fc6baa7659aa4159588ab /ppapi/tests/all_c_includes.h | |
parent | fadb1f7f903cbe3007c3f42b0f820b06e14e15ed (diff) | |
download | chromium_src-9c6e0de10e2cbe72e3368c345b31f5ba18e511e3.zip chromium_src-9c6e0de10e2cbe72e3368c345b31f5ba18e511e3.tar.gz chromium_src-9c6e0de10e2cbe72e3368c345b31f5ba18e511e3.tar.bz2 |
PPAPI: Move PPB_ArrayBuffer out of Dev.
BUG=103435
TEST=N/A
Review URL: http://codereview.chromium.org/9107046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119374 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/tests/all_c_includes.h')
-rw-r--r-- | ppapi/tests/all_c_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/all_c_includes.h b/ppapi/tests/all_c_includes.h index 01dd072..46f2fcf 100644 --- a/ppapi/tests/all_c_includes.h +++ b/ppapi/tests/all_c_includes.h @@ -32,7 +32,6 @@ #include "ppapi/c/dev/ppb_text_input_dev.h" #include "ppapi/c/dev/ppb_transport_dev.h" #include "ppapi/c/dev/ppb_url_util_dev.h" -#include "ppapi/c/dev/ppb_var_array_buffer_dev.h" #include "ppapi/c/dev/ppb_var_deprecated.h" #include "ppapi/c/dev/ppb_video_decoder_dev.h" #include "ppapi/c/dev/ppb_video_layer_dev.h" @@ -84,6 +83,7 @@ #include "ppapi/c/ppb_url_loader.h" #include "ppapi/c/ppb_url_request_info.h" #include "ppapi/c/ppb_url_response_info.h" +#include "ppapi/c/ppb_var_array_buffer.h" #include "ppapi/c/ppp.h" #include "ppapi/c/ppp_graphics_3d.h" #include "ppapi/c/ppp_input_event.h" |