Index: webkit/glue/plugins/pepper_image_data.cc |
=================================================================== |
--- webkit/glue/plugins/pepper_image_data.cc (revision 64613) |
+++ webkit/glue/plugins/pepper_image_data.cc (working copy) |
@@ -10,11 +10,11 @@ |
#include "base/logging.h" |
#include "base/scoped_ptr.h" |
#include "skia/ext/platform_canvas.h" |
-#include "third_party/ppapi/c/pp_instance.h" |
-#include "third_party/ppapi/c/pp_module.h" |
-#include "third_party/ppapi/c/pp_resource.h" |
-#include "third_party/ppapi/c/ppb_image_data.h" |
-#include "third_party/ppapi/c/trusted/ppb_image_data_trusted.h" |
+#include "ppapi/c/pp_instance.h" |
+#include "ppapi/c/pp_module.h" |
+#include "ppapi/c/pp_resource.h" |
+#include "ppapi/c/ppb_image_data.h" |
+#include "ppapi/c/trusted/ppb_image_data_trusted.h" |
#include "third_party/skia/include/core/SkColorPriv.h" |
#include "webkit/glue/plugins/pepper_plugin_instance.h" |
#include "webkit/glue/plugins/pepper_plugin_module.h" |