| Index: webrtc/modules/video_coding/inter_frame_delay.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/inter_frame_delay.cc b/webrtc/modules/video_coding/inter_frame_delay.cc
|
| similarity index 98%
|
| rename from webrtc/modules/video_coding/main/source/inter_frame_delay.cc
|
| rename to webrtc/modules/video_coding/inter_frame_delay.cc
|
| index 4786917e16c7840426a8e04c91d626315cc4448a..97cdd8ac5bd666d1abafa9bd2dd6a175a704245c 100644
|
| --- a/webrtc/modules/video_coding/main/source/inter_frame_delay.cc
|
| +++ b/webrtc/modules/video_coding/inter_frame_delay.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/inter_frame_delay.h"
|
| +#include "webrtc/modules/video_coding/inter_frame_delay.h"
|
|
|
| namespace webrtc {
|
|
|
|
|