Index: remoting/host/screen_recorder_unittest.cc |
diff --git a/remoting/host/screen_recorder_unittest.cc b/remoting/host/screen_recorder_unittest.cc |
index 3457444f00b3006ff089e111692124256cc282e9..b7d6b3bc19e033ea3d76413fd81d78c2d7d725c4 100644 |
--- a/remoting/host/screen_recorder_unittest.cc |
+++ b/remoting/host/screen_recorder_unittest.cc |
@@ -128,7 +128,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)); |