Index: webrtc/modules/video_coding/codec_database.h |
diff --git a/webrtc/modules/video_coding/main/source/codec_database.h b/webrtc/modules/video_coding/codec_database.h |
similarity index 93% |
rename from webrtc/modules/video_coding/main/source/codec_database.h |
rename to webrtc/modules/video_coding/codec_database.h |
index 93aa9c3ba84c1b9dd701dd3469ce1ff9eadac816..132e30f3b199698766ac2d2fb6aa5047c7cdf83c 100644 |
--- a/webrtc/modules/video_coding/main/source/codec_database.h |
+++ b/webrtc/modules/video_coding/codec_database.h |
@@ -8,16 +8,16 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_CODEC_DATABASE_H_ |
-#define WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_CODEC_DATABASE_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CODING_CODEC_DATABASE_H_ |
+#define WEBRTC_MODULES_VIDEO_CODING_CODEC_DATABASE_H_ |
#include <map> |
#include "webrtc/base/scoped_ptr.h" |
-#include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h" |
-#include "webrtc/modules/video_coding/main/interface/video_coding.h" |
-#include "webrtc/modules/video_coding/main/source/generic_decoder.h" |
-#include "webrtc/modules/video_coding/main/source/generic_encoder.h" |
+#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
+#include "webrtc/modules/video_coding/include/video_coding.h" |
+#include "webrtc/modules/video_coding/generic_decoder.h" |
+#include "webrtc/modules/video_coding/generic_encoder.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |
@@ -181,4 +181,4 @@ class VCMCodecDataBase { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_CODEC_DATABASE_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_CODEC_DATABASE_H_ |