| Index: webrtc/modules/video_coding/test/stream_generator.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/test/stream_generator.cc b/webrtc/modules/video_coding/test/stream_generator.cc
|
| similarity index 95%
|
| rename from webrtc/modules/video_coding/main/source/test/stream_generator.cc
|
| rename to webrtc/modules/video_coding/test/stream_generator.cc
|
| index b365d96dc04cf2028fdc2a2b9104c80f1f2ad7c6..304fe2e01397485c47d60775201924e8800514a0 100644
|
| --- a/webrtc/modules/video_coding/main/source/test/stream_generator.cc
|
| +++ b/webrtc/modules/video_coding/test/stream_generator.cc
|
| @@ -8,15 +8,15 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_coding/main/source/test/stream_generator.h"
|
| +#include "webrtc/modules/video_coding/test/stream_generator.h"
|
|
|
| #include <string.h>
|
|
|
| #include <list>
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webrtc/modules/video_coding/main/source/packet.h"
|
| -#include "webrtc/modules/video_coding/main/test/test_util.h"
|
| +#include "webrtc/modules/video_coding/packet.h"
|
| +#include "webrtc/modules/video_coding/test/test_util.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
|
|
| namespace webrtc {
|
|
|