| Index: ppapi/proxy/interface_list.cc
|
| diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
|
| index 462148bb7d01a2be49a36c4a81f68f8724578881..ebed081981ce448100df0c603edae4da950af477 100644
|
| --- a/ppapi/proxy/interface_list.cc
|
| +++ b/ppapi/proxy/interface_list.cc
|
| @@ -57,6 +57,7 @@
|
| #include "ppapi/c/private/ppb_flash_message_loop.h"
|
| #include "ppapi/c/private/ppb_flash_net_connector.h"
|
| #include "ppapi/c/private/ppb_flash_tcp_socket.h"
|
| +#include "ppapi/c/private/ppb_flash_x509_certificate.h"
|
| #include "ppapi/c/private/ppb_net_address_private.h"
|
| #include "ppapi/c/private/ppb_network_list_private.h"
|
| #include "ppapi/c/private/ppb_network_monitor_private.h"
|
| @@ -85,6 +86,7 @@
|
| #include "ppapi/proxy/ppb_flash_message_loop_proxy.h"
|
| #include "ppapi/proxy/ppb_flash_net_connector_proxy.h"
|
| #include "ppapi/proxy/ppb_flash_proxy.h"
|
| +#include "ppapi/proxy/ppb_flash_x509_certificate_proxy.h"
|
| #include "ppapi/proxy/ppb_graphics_2d_proxy.h"
|
| #include "ppapi/proxy/ppb_graphics_3d_proxy.h"
|
| #include "ppapi/proxy/ppb_host_resolver_private_proxy.h"
|
|
|