| Index: webrtc/modules/video_coding/frame_buffer.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/frame_buffer.cc b/webrtc/modules/video_coding/frame_buffer.cc
|
| similarity index 99%
|
| rename from webrtc/modules/video_coding/main/source/frame_buffer.cc
|
| rename to webrtc/modules/video_coding/frame_buffer.cc
|
| index c03ccdf21f05cbc1aa36f84cac3c939a79242efc..012a8acbee33072e68336d9b4d6e973cad800089 100644
|
| --- a/webrtc/modules/video_coding/main/source/frame_buffer.cc
|
| +++ b/webrtc/modules/video_coding/frame_buffer.cc
|
| @@ -8,14 +8,14 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_coding/main/source/frame_buffer.h"
|
| +#include "webrtc/modules/video_coding/frame_buffer.h"
|
|
|
| #include <assert.h>
|
| #include <string.h>
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/logging.h"
|
| -#include "webrtc/modules/video_coding/main/source/packet.h"
|
| +#include "webrtc/modules/video_coding/packet.h"
|
|
|
| namespace webrtc {
|
|
|
|
|