Index: webrtc/modules/video_coding/qp_parser.cc |
diff --git a/webrtc/modules/video_coding/utility/qp_parser.cc b/webrtc/modules/video_coding/qp_parser.cc |
similarity index 93% |
rename from webrtc/modules/video_coding/utility/qp_parser.cc |
rename to webrtc/modules/video_coding/qp_parser.cc |
index 0916cb009459f0ec716e3b1b0ba42558c43b2148..976cfff963edb2c69b638c9f6a35de5e932da6c1 100644 |
--- a/webrtc/modules/video_coding/utility/qp_parser.cc |
+++ b/webrtc/modules/video_coding/qp_parser.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/video_coding/utility/qp_parser.h" |
+#include "webrtc/modules/video_coding/qp_parser.h" |
#include "webrtc/common_types.h" |
#include "webrtc/modules/video_coding/utility/vp8_header_parser.h" |