| Index: webrtc/modules/video_coding/codec_timer.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/codec_timer.cc b/webrtc/modules/video_coding/codec_timer.cc
|
| similarity index 97%
|
| rename from webrtc/modules/video_coding/main/source/codec_timer.cc
|
| rename to webrtc/modules/video_coding/codec_timer.cc
|
| index 57985c71e7c2f5bf3449812c2e70d07e12705e06..e987594ead32110b4a2be77af912b3775e06f5e4 100644
|
| --- a/webrtc/modules/video_coding/main/source/codec_timer.cc
|
| +++ b/webrtc/modules/video_coding/codec_timer.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_timer.h"
|
| +#include "webrtc/modules/video_coding/codec_timer.h"
|
|
|
| #include <assert.h>
|
|
|
|
|