Index: content/renderer/pepper/ppb_widget_impl.cc |
=================================================================== |
--- content/renderer/pepper/ppb_widget_impl.cc (revision 213482) |
+++ content/renderer/pepper/ppb_widget_impl.cc (working copy) |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/plugins/ppapi/ppb_widget_impl.h" |
+#include "content/renderer/pepper/ppb_widget_impl.h" |
+#include "content/renderer/pepper/ppapi_plugin_instance_impl.h" |
+#include "content/renderer/pepper/ppb_image_data_impl.h" |
+#include "content/renderer/pepper/plugin_module.h" |
+#include "content/renderer/pepper/resource_helper.h" |
#include "ppapi/c/dev/ppp_widget_dev.h" |
#include "ppapi/thunk/enter.h" |
#include "ppapi/thunk/ppb_input_event_api.h" |
#include "ppapi/thunk/ppb_widget_api.h" |
-#include "webkit/plugins/ppapi/ppapi_plugin_instance_impl.h" |
-#include "webkit/plugins/ppapi/ppb_image_data_impl.h" |
-#include "webkit/plugins/ppapi/plugin_module.h" |
-#include "webkit/plugins/ppapi/resource_helper.h" |
using ppapi::thunk::EnterResourceNoLock; |
using ppapi::thunk::PPB_ImageData_API; |