Index: webrtc/modules/video_coding/codec_database.cc |
diff --git a/webrtc/modules/video_coding/main/source/codec_database.cc b/webrtc/modules/video_coding/codec_database.cc |
similarity index 99% |
rename from webrtc/modules/video_coding/main/source/codec_database.cc |
rename to webrtc/modules/video_coding/codec_database.cc |
index 7aa2a7679832dbafdcb554320135607798af53bf..d3e2ce4565da708a973752f658584d9ed4920314 100644 |
--- a/webrtc/modules/video_coding/main/source/codec_database.cc |
+++ b/webrtc/modules/video_coding/codec_database.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/video_coding/main/source/codec_database.h" |
+#include "webrtc/modules/video_coding/codec_database.h" |
#include <assert.h> |
@@ -27,7 +27,7 @@ |
#ifdef VIDEOCODEC_VP9 |
#include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h" |
#endif |
-#include "webrtc/modules/video_coding/main/source/internal_defines.h" |
+#include "webrtc/modules/video_coding/internal_defines.h" |
namespace { |
const size_t kDefaultPayloadSize = 1440; |