| Index: chrome/browser/component_updater/ppapi_utils.cc
|
| diff --git a/chrome/browser/component_updater/ppapi_utils.cc b/chrome/browser/component_updater/ppapi_utils.cc
|
| index 59e29695516a478d3199178394f3bfa55b674db6..40c05d0390c077aad96b9bf49abe1c10cf164e4a 100644
|
| --- a/chrome/browser/component_updater/ppapi_utils.cc
|
| +++ b/chrome/browser/component_updater/ppapi_utils.cc
|
| @@ -74,6 +74,7 @@
|
| #include "ppapi/c/ppb_video_frame.h"
|
| #include "ppapi/c/ppb_view.h"
|
| #include "ppapi/c/ppb_websocket.h"
|
| +#include "ppapi/c/private/ppb_camera_capabilities_private.h"
|
| #include "ppapi/c/private/ppb_content_decryptor_private.h"
|
| #include "ppapi/c/private/ppb_ext_crx_file_system_private.h"
|
| #include "ppapi/c/private/ppb_file_io_private.h"
|
| @@ -90,6 +91,8 @@
|
| #include "ppapi/c/private/ppb_flash_message_loop.h"
|
| #include "ppapi/c/private/ppb_flash_print.h"
|
| #include "ppapi/c/private/ppb_host_resolver_private.h"
|
| +#include "ppapi/c/private/ppb_image_capture_config_private.h"
|
| +#include "ppapi/c/private/ppb_image_capture_private.h"
|
| #include "ppapi/c/private/ppb_input_event_private.h"
|
| #include "ppapi/c/private/ppb_isolated_file_system_private.h"
|
| #include "ppapi/c/private/ppb_output_protection_private.h"
|
|
|