Index: remoting/host/screen_recorder_unittest.cc |
diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc |
index b1b49eeb9fc6b9e84c134bb94280c1903d045cb5..ee8b4022608deab17f37d41cec29eb0e2d1bbe1d 100644 |
--- a/remoting/host/screen_recorder_unittest.cc |
+++ b/remoting/host/screen_recorder_unittest.cc |
@@ -127,7 +127,7 @@ TEST_F(ScreenRecorderTest, StartAndStop) { |
planes.strides[i] = kWidth * 4; |
} |
- Expectation capturer_start = EXPECT_CALL(capturer_, Start()); |
+ Expectation capturer_start = EXPECT_CALL(capturer_, Start(_)); |
SkISize size(SkISize::Make(kWidth, kHeight)); |
scoped_refptr<CaptureData> data(new CaptureData(planes, size, kFormat)); |