Index: content/renderer/pepper/ppb_image_data_impl.cc |
=================================================================== |
--- content/renderer/pepper/ppb_image_data_impl.cc (revision 213482) |
+++ content/renderer/pepper/ppb_image_data_impl.cc (working copy) |
@@ -2,21 +2,21 @@ |
// 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_image_data_impl.h" |
+#include "content/renderer/pepper/ppb_image_data_impl.h" |
#include <algorithm> |
#include <limits> |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
+#include "content/renderer/pepper/common.h" |
+#include "content/renderer/pepper/resource_helper.h" |
#include "skia/ext/platform_canvas.h" |
#include "ppapi/c/pp_instance.h" |
#include "ppapi/c/pp_resource.h" |
#include "ppapi/c/ppb_image_data.h" |
#include "ppapi/thunk/thunk.h" |
#include "third_party/skia/include/core/SkColorPriv.h" |
-#include "webkit/plugins/ppapi/common.h" |
-#include "webkit/plugins/ppapi/resource_helper.h" |
using ::ppapi::thunk::PPB_ImageData_API; |