| Index: remoting/protocol/authenticator_test_base.cc
|
| diff --git a/remoting/protocol/authenticator_test_base.cc b/remoting/protocol/authenticator_test_base.cc
|
| index 50708a7e54e4fd9e6f92e8d069f566852c6a31ad..09bb5977dcde4b5cf13536db25bbd9529ef37a86 100644
|
| --- a/remoting/protocol/authenticator_test_base.cc
|
| +++ b/remoting/protocol/authenticator_test_base.cc
|
| @@ -151,8 +151,8 @@ void AuthenticatorTestBase::RunChannelAuth(bool expected_fail) {
|
| testing::Mock::VerifyAndClearExpectations(&host_callback_);
|
|
|
| if (!expected_fail) {
|
| - ASSERT_TRUE(client_socket_.get() != NULL);
|
| - ASSERT_TRUE(host_socket_.get() != NULL);
|
| + ASSERT_TRUE(client_socket_.get() != nullptr);
|
| + ASSERT_TRUE(host_socket_.get() != nullptr);
|
| }
|
| }
|
|
|
|
|