| Index: webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc
|
| index 5bbe97a32ce300d6d3118524fff0fd252faa2909..c37fcecf1525772360b0d164ca99cc2f5503f717 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_payload_registry_unittest.cc
|
| @@ -12,8 +12,8 @@
|
|
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h"
|
|
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "webrtc/base/gmock.h"
|
| +#include "webrtc/base/gtest.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_header_parser.h"
|
| #include "webrtc/modules/rtp_rtcp/source/byte_io.h"
|
| #include "webrtc/modules/rtp_rtcp/source/mock/mock_rtp_payload_strategy.h"
|
|
|