| Index: remoting/host/client_session_unittest.cc
|
| diff --git a/remoting/host/client_session_unittest.cc b/remoting/host/client_session_unittest.cc
|
| index 0a7cf487f4f1192894ed85c612b9cc6fb18bcd27..1d32056c5e258bbbfb0c13e75961eee79802a6b8 100644
|
| --- a/remoting/host/client_session_unittest.cc
|
| +++ b/remoting/host/client_session_unittest.cc
|
| @@ -101,7 +101,7 @@ class ClientSessionTest : public testing::Test {
|
| EXPECT_CALL(*capturer, Start(_));
|
| EXPECT_CALL(*capturer, Stop());
|
| EXPECT_CALL(*capturer, InvalidateRegion(_)).Times(AnyNumber());
|
| - EXPECT_CALL(*capturer, CaptureInvalidRegion(_)).Times(AnyNumber());
|
| + EXPECT_CALL(*capturer, CaptureInvalidRegion()).Times(AnyNumber());
|
| EXPECT_CALL(*capturer, size_most_recent())
|
| .WillRepeatedly(ReturnRef(screen_size_));
|
|
|
|
|