| Index: webrtc/modules/pacing/mock/mock_paced_sender.h
|
| diff --git a/webrtc/modules/pacing/mock/mock_paced_sender.h b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| index 01d5f6a6e9ea259e02486d4554b0faad4a27db85..c710dbcbea581736f68cc6a60aadda7e6d9ac3ca 100644
|
| --- a/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| +++ b/webrtc/modules/pacing/mock/mock_paced_sender.h
|
| @@ -11,10 +11,10 @@
|
| #ifndef WEBRTC_MODULES_PACING_MOCK_MOCK_PACED_SENDER_H_
|
| #define WEBRTC_MODULES_PACING_MOCK_MOCK_PACED_SENDER_H_
|
|
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -
|
| #include <vector>
|
|
|
| +#include "testing/gmock/include/gmock/gmock.h"
|
| +
|
| #include "webrtc/modules/pacing/paced_sender.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
|
|
|
|