Index: remoting/host/mock_objects.h |
diff --git a/remoting/host/mock_objects.h b/remoting/host/mock_objects.h |
index 3c51097a2ecdaf036cf9176109a691aac7ec4130..d974d1da9ffb076f9c6944d364fbd0e79af8c949 100644 |
--- a/remoting/host/mock_objects.h |
+++ b/remoting/host/mock_objects.h |
@@ -12,7 +12,7 @@ namespace remoting { |
class MockCapturer : public Capturer { |
public: |
- MockCapturer() {} |
+ MockCapturer() : Capturer(NULL) {} |
MOCK_METHOD0(ScreenConfigurationChanged, void()); |
MOCK_METHOD1(InvalidateRects, void(const InvalidRects& inval_rects)); |