| Index: remoting/protocol/channel_socket_adapter_unittest.cc
|
| diff --git a/remoting/protocol/channel_socket_adapter_unittest.cc b/remoting/protocol/channel_socket_adapter_unittest.cc
|
| index 4e6aa55543a4baa15a3ab376a81a9597d8768fb7..45f3a3fa1f9568fa1b07c36d1365113adb1043a1 100644
|
| --- a/remoting/protocol/channel_socket_adapter_unittest.cc
|
| +++ b/remoting/protocol/channel_socket_adapter_unittest.cc
|
| @@ -57,7 +57,7 @@ class MockTransportChannel : public cricket::TransportChannel {
|
|
|
| // This can't be a real mock method because gmock doesn't support move-only
|
| // return values.
|
| - rtc::scoped_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate()
|
| + std::unique_ptr<rtc::SSLCertificate> GetRemoteSSLCertificate()
|
| const override {
|
| EXPECT_TRUE(false); // Never called.
|
| return nullptr;
|
|
|