| 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 5520fba1eecbb0815874dde458685a90b297812f..8e0886e87f554b4fae2f5fc8976fcf9368934dc8 100644
|
| --- a/chrome/browser/component_updater/ppapi_utils.cc
|
| +++ b/chrome/browser/component_updater/ppapi_utils.cc
|
| @@ -51,6 +51,7 @@
|
| #include "ppapi/c/ppb_image_data.h"
|
| #include "ppapi/c/ppb_input_event.h"
|
| #include "ppapi/c/ppb_instance.h"
|
| +#include "ppapi/c/ppb_media_stream_video_track.h"
|
| #include "ppapi/c/ppb_messaging.h"
|
| #include "ppapi/c/ppb_mouse_cursor.h"
|
| #include "ppapi/c/ppb_mouse_lock.h"
|
| @@ -69,6 +70,7 @@
|
| #include "ppapi/c/ppb_var_array.h"
|
| #include "ppapi/c/ppb_var_array_buffer.h"
|
| #include "ppapi/c/ppb_var_dictionary.h"
|
| +#include "ppapi/c/ppb_video_frame.h"
|
| #include "ppapi/c/ppb_view.h"
|
| #include "ppapi/c/ppb_websocket.h"
|
| #include "ppapi/c/private/ppb_content_decryptor_private.h"
|
|
|