Chromium Code Reviews| Index: remoting/host/capturer_fake_ascii.h |
| diff --git a/remoting/host/capturer_fake_ascii.h b/remoting/host/capturer_fake_ascii.h |
| index fc0385606b51764b6d45f5366246b787e2d99acc..5a34a15a88ba051939dab096fd7f93a27c17bdf4 100644 |
| --- a/remoting/host/capturer_fake_ascii.h |
| +++ b/remoting/host/capturer_fake_ascii.h |
| @@ -17,7 +17,7 @@ namespace remoting { |
| // remoting/host/capturer.h. |
| class CapturerFakeAscii : public Capturer { |
| public: |
| - CapturerFakeAscii(); |
| + CapturerFakeAscii(MessageLoop* message_loop); |
|
awong
2010/11/16 00:42:12
explicit
|
| virtual ~CapturerFakeAscii(); |
| virtual void ScreenConfigurationChanged(); |