Index: webrtc/modules/video_coding/timing.h |
diff --git a/webrtc/modules/video_coding/main/source/timing.h b/webrtc/modules/video_coding/timing.h |
similarity index 95% |
rename from webrtc/modules/video_coding/main/source/timing.h |
rename to webrtc/modules/video_coding/timing.h |
index 41dec8ce7f5829644935de74799f942cdaf7d7f2..46681a3a0733528f8478abc941f05b696716a58e 100644 |
--- a/webrtc/modules/video_coding/main/source/timing.h |
+++ b/webrtc/modules/video_coding/timing.h |
@@ -8,11 +8,11 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_TIMING_H_ |
-#define WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_TIMING_H_ |
+#ifndef WEBRTC_MODULES_VIDEO_CODING_TIMING_H_ |
+#define WEBRTC_MODULES_VIDEO_CODING_TIMING_H_ |
#include "webrtc/base/thread_annotations.h" |
-#include "webrtc/modules/video_coding/main/source/codec_timer.h" |
+#include "webrtc/modules/video_coding/codec_timer.h" |
#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
#include "webrtc/typedefs.h" |
@@ -124,4 +124,4 @@ class VCMTiming { |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_TIMING_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_TIMING_H_ |