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..6f40f6cd08adab108e6008adfcc44f0fd26f3c2c 100644 |
--- a/chrome/browser/component_updater/ppapi_utils.cc |
+++ b/chrome/browser/component_updater/ppapi_utils.cc |
@@ -42,6 +42,7 @@ |
#include "ppapi/c/ppb_console.h" |
#include "ppapi/c/ppb_core.h" |
#include "ppapi/c/ppb_file_io.h" |
+#include "ppapi/c/ppb_file_mapping.h" |
#include "ppapi/c/ppb_file_ref.h" |
#include "ppapi/c/ppb_file_system.h" |
#include "ppapi/c/ppb_fullscreen.h" |
@@ -123,6 +124,7 @@ bool IsSupportedPepperInterface(const char* name) { |
#include "ppapi/thunk/interfaces_ppb_private_flash.h" |
#include "ppapi/thunk/interfaces_ppb_private_no_permissions.h" |
#include "ppapi/thunk/interfaces_ppb_public_dev.h" |
+ #include "ppapi/thunk/interfaces_ppb_public_dev_channel.h" |
#include "ppapi/thunk/interfaces_ppb_public_stable.h" |
#undef UNPROXIED_IFACE |