Index: remoting/host/capturer_fake.h |
diff --git a/remoting/host/capturer_fake.h b/remoting/host/capturer_fake.h |
index 46e02661b8d7f25718e00da1f40b1825f4bcc7be..30c643990d7a0db748eef59060740b4b105f74b8 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(); |
+ CapturerFake(MessageLoop* message_loop); |
awong
2010/11/16 00:42:12
explicit
|
virtual ~CapturerFake(); |
virtual void ScreenConfigurationChanged(); |