| Index: remoting/protocol/channel_multiplexer_unittest.cc
|
| diff --git a/remoting/protocol/channel_multiplexer_unittest.cc b/remoting/protocol/channel_multiplexer_unittest.cc
|
| index 37b7e897d9a0383f92fa4be78d7336971b6704f2..bb8d30fc3572701ba4ef2b222748023e3763a167 100644
|
| --- a/remoting/protocol/channel_multiplexer_unittest.cc
|
| +++ b/remoting/protocol/channel_multiplexer_unittest.cc
|
| @@ -363,7 +363,7 @@ TEST_F(ChannelMultiplexerTest, SessionFail) {
|
| host_mux_->CreateChannel(kTestChannelName2, base::Bind(
|
| &MockConnectCallback::OnConnected, base::Unretained(&cb2)));
|
|
|
| - EXPECT_CALL(cb1, OnConnectedPtr(NULL))
|
| + EXPECT_CALL(cb1, OnConnectedPtr(nullptr))
|
| .Times(AtMost(1))
|
| .WillOnce(InvokeWithoutArgs(
|
| this, &ChannelMultiplexerTest::DeleteAfterSessionFail));
|
|
|