diff options
Diffstat (limited to 'remoting/host/capturer_fake.h')
-rw-r--r-- | remoting/host/capturer_fake.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h index 46e0266..a6279b7 100644 --- a/remoting/host/capturer_fake.h +++ b/remoting/host/capturer_fake.h @@ -16,7 +16,7 @@ namespace remoting { // remoting/host/capturer.h. class CapturerFake : public Capturer { public: - CapturerFake(); + explicit CapturerFake(MessageLoop* message_loop); virtual ~CapturerFake(); virtual void ScreenConfigurationChanged(); |