Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc |
index 924d009883d9f7fd70c457ab1f6f8a7444541aed..b48fed6ea252255318e7add87c7d1312a6c3ca82 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_unittest.cc |
@@ -7,8 +7,6 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
- |
-#include <memory> |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -147,7 +145,7 @@ |
TestTransport* test_transport_; |
RTCPHelp::RTCPPacketInformation rtcp_packet_info_; |
MockRemoteBitrateObserver remote_bitrate_observer_; |
- std::unique_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_; |
+ rtc::scoped_ptr<RemoteBitrateEstimator> remote_bitrate_estimator_; |
}; |