| Index: webrtc/modules/video_coding/packet.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/packet.cc b/webrtc/modules/video_coding/packet.cc
|
| similarity index 98%
|
| rename from webrtc/modules/video_coding/main/source/packet.cc
|
| rename to webrtc/modules/video_coding/packet.cc
|
| index 34384483bec6cd1963dc93f4acdb41959e7c45c6..282215df56e376f0fa0db2194d1662abbfef6100 100644
|
| --- a/webrtc/modules/video_coding/main/source/packet.cc
|
| +++ b/webrtc/modules/video_coding/packet.cc
|
| @@ -9,7 +9,7 @@
|
| */
|
|
|
| #include "webrtc/modules/include/module_common_types.h"
|
| -#include "webrtc/modules/video_coding/main/source/packet.h"
|
| +#include "webrtc/modules/video_coding/packet.h"
|
|
|
| #include <assert.h>
|
|
|
|
|