| Index: remoting/host/capturer_fake_ascii.cc
|
| diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc
|
| index 2220cbaf79056b6c31e617e573d685823adb8585..cbc847164c4f8ab9a0ebe7e5569da967b58e4a2b 100644
|
| --- a/remoting/host/capturer_fake_ascii.cc
|
| +++ b/remoting/host/capturer_fake_ascii.cc
|
| @@ -12,7 +12,8 @@ static const int kWidth = 32;
|
| static const int kHeight = 20;
|
| static const int kBytesPerPixel = 1;
|
|
|
| -CapturerFakeAscii::CapturerFakeAscii() {
|
| +CapturerFakeAscii::CapturerFakeAscii(MessageLoop* message_loop)
|
| + : Capturer(message_loop) {
|
| }
|
|
|
| CapturerFakeAscii::~CapturerFakeAscii() {
|
|
|