Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: webrtc/modules/video_coding/qp_parser.cc

Issue 2717113002: Refactor + enable GN check on video_coding_utility (Closed)
Patch Set: Rebased Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/modules/video_coding/qp_parser.h ('k') | webrtc/modules/video_coding/utility/qp_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « webrtc/modules/video_coding/qp_parser.h ('k') | webrtc/modules/video_coding/utility/qp_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698