| Index: webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h b/webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h
|
| index 4096a93216c236b34e2f1b0fedb232e463507ef6..f00302ef30062f4ed81fe01210ef98bba82230bf 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/mock/mock_packet_manipulator.h
|
| @@ -11,10 +11,9 @@
|
| #ifndef WEBRTC_MODULES_VIDEO_CODING_CODECS_TEST_MOCK_MOCK_PACKET_MANIPULATOR_H_
|
| #define WEBRTC_MODULES_VIDEO_CODING_CODECS_TEST_MOCK_MOCK_PACKET_MANIPULATOR_H_
|
|
|
| -#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
|
| -
|
| #include <string>
|
|
|
| +#include "webrtc/modules/video_coding/codecs/test/packet_manipulator.h"
|
| #include "webrtc/test/gmock.h"
|
| #include "webrtc/typedefs.h"
|
| #include "webrtc/video_frame.h"
|
|
|