| Index: webrtc/modules/video_coding/session_info.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/session_info.cc b/webrtc/modules/video_coding/session_info.cc
|
| similarity index 99%
|
| rename from webrtc/modules/video_coding/main/source/session_info.cc
|
| rename to webrtc/modules/video_coding/session_info.cc
|
| index a8d3d585c688736400535b63a327f84bedc7aeba..bd204deee6eac8eb19efa8ff88e0684ce2b1ba43 100644
|
| --- a/webrtc/modules/video_coding/main/source/session_info.cc
|
| +++ b/webrtc/modules/video_coding/session_info.cc
|
| @@ -8,10 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_coding/main/source/session_info.h"
|
| +#include "webrtc/modules/video_coding/session_info.h"
|
|
|
| #include "webrtc/base/logging.h"
|
| -#include "webrtc/modules/video_coding/main/source/packet.h"
|
| +#include "webrtc/modules/video_coding/packet.h"
|
|
|
| namespace webrtc {
|
|
|
|
|