| Index: webrtc/modules/video_coding/test/stream_generator.h
|
| diff --git a/webrtc/modules/video_coding/main/source/test/stream_generator.h b/webrtc/modules/video_coding/test/stream_generator.h
|
| similarity index 85%
|
| rename from webrtc/modules/video_coding/main/source/test/stream_generator.h
|
| rename to webrtc/modules/video_coding/test/stream_generator.h
|
| index 7902d1670616d5168f4a60ded1554c914ebe2238..36b26db92e4803f2af78571373e01c249b10c698 100644
|
| --- a/webrtc/modules/video_coding/main/source/test/stream_generator.h
|
| +++ b/webrtc/modules/video_coding/test/stream_generator.h
|
| @@ -7,13 +7,13 @@
|
| * in the file PATENTS. All contributing project authors may
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
| -#ifndef WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_TEST_STREAM_GENERATOR_H_
|
| -#define WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_TEST_STREAM_GENERATOR_H_
|
| +#ifndef WEBRTC_MODULES_VIDEO_CODING_TEST_STREAM_GENERATOR_H_
|
| +#define WEBRTC_MODULES_VIDEO_CODING_TEST_STREAM_GENERATOR_H_
|
|
|
| #include <list>
|
|
|
| -#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/typedefs.h"
|
|
|
| namespace webrtc {
|
| @@ -69,4 +69,4 @@ class StreamGenerator {
|
|
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CODING_MAIN_SOURCE_TEST_STREAM_GENERATOR_H_
|
| +#endif // WEBRTC_MODULES_VIDEO_CODING_TEST_STREAM_GENERATOR_H_
|
|
|