Index: webkit/glue/plugins/pepper_video_decoder.cc |
=================================================================== |
--- webkit/glue/plugins/pepper_video_decoder.cc (revision 64613) |
+++ webkit/glue/plugins/pepper_video_decoder.cc (working copy) |
@@ -5,10 +5,10 @@ |
#include "webkit/glue/plugins/pepper_video_decoder.h" |
#include "base/logging.h" |
-#include "third_party/ppapi/c/dev/pp_video_dev.h" |
-#include "third_party/ppapi/c/dev/ppb_video_decoder_dev.h" |
-#include "third_party/ppapi/c/pp_completion_callback.h" |
-#include "third_party/ppapi/c/pp_errors.h" |
+#include "ppapi/c/dev/pp_video_dev.h" |
+#include "ppapi/c/dev/ppb_video_decoder_dev.h" |
+#include "ppapi/c/pp_completion_callback.h" |
+#include "ppapi/c/pp_errors.h" |
#include "webkit/glue/plugins/pepper_file_ref.h" |
#include "webkit/glue/plugins/pepper_plugin_instance.h" |
#include "webkit/glue/plugins/pepper_resource_tracker.h" |