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 77f34635be6a44a8b6d6c268f02c82eb37da43b3..28ca997f673d8137604ace2cca02d9dc457a88dd 100644 |
--- a/chrome/browser/component_updater/ppapi_utils.cc |
+++ b/chrome/browser/component_updater/ppapi_utils.cc |
@@ -52,6 +52,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" |
@@ -70,6 +71,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" |