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 5ecc7ef199fecccc7ddbd6523ce3d2103661efaa..e063aa6ce9ad38a679effb00d45158ccf484b841 100644 |
| --- a/ppapi/tests/all_c_includes.h |
| +++ b/ppapi/tests/all_c_includes.h |
| @@ -91,6 +91,7 @@ |
| #include "ppapi/c/ppp_messaging.h" |
| #include "ppapi/c/ppp_mouse_lock.h" |
| #include "ppapi/c/private/ppb_flash.h" |
| +#include "ppapi/c/private/ppb_flash_clipboard.h" |
| #include "ppapi/c/private/ppb_flash_menu.h" |
| #include "ppapi/c/private/ppb_flash_message_loop.h" |
| #include "ppapi/c/private/ppb_flash_tcp_socket.h" |
| @@ -110,5 +111,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/ppb_x509_certificate_private.h" |
|
yzshen1
2012/03/26 17:51:08
sort, please.
raymes
2012/03/26 19:31:34
sorry, the sort algorithm in my brain is broken =(
yzshen1
2012/03/26 20:15:25
Use vim! :)
On 2012/03/26 19:31:34, raymes wrote:
|
| #endif /* PPAPI_TESTS_ALL_C_INCLUDES_H_ */ |