Chromium Code Reviews| Index: ppapi/tests/all_c_includes.h |
| diff --git a/ppapi/tests/all_c_includes.h b/ppapi/tests/all_c_includes.h |
| index 4a170f4e921151cc327a39e23945deebf6d3eade..10b7d0eab03242906f4cd06a871fa17a6f015fe8 100644 |
| --- a/ppapi/tests/all_c_includes.h |
| +++ b/ppapi/tests/all_c_includes.h |
| @@ -92,6 +92,7 @@ |
| #include "ppapi/c/ppp_instance.h" |
| #include "ppapi/c/ppp_messaging.h" |
| #include "ppapi/c/ppp_mouse_lock.h" |
| +#include "ppapi/c/private/ppb_content_decryptor_private.h" |
| #include "ppapi/c/private/ppb_flash.h" |
| #include "ppapi/c/private/ppb_flash_clipboard.h" |
| #include "ppapi/c/private/ppb_flash_menu.h" |
| @@ -115,5 +116,6 @@ |
| #include "ppapi/c/trusted/ppb_graphics_3d_trusted.h" |
| #include "ppapi/c/trusted/ppb_image_data_trusted.h" |
| #include "ppapi/c/trusted/ppb_url_loader_trusted.h" |
| +#include "ppapi/c/private/ppp_content_decryptor_private.h" |
|
dmichael (off chromium)
2012/08/15 17:44:37
nit: order; this should be with other private thin
Tom Finegan
2012/08/16 03:10:48
Done.
|
| #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ |