| Index: remoting/host/capturer_fake_ascii.cc
 | 
| diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc
 | 
| index 7ab7e6bfb997a40f0f5d7e3880e6264b7c5217d0..00f85293f11291ea38a1bb82d413a3fbb500c956 100644
 | 
| --- a/remoting/host/capturer_fake_ascii.cc
 | 
| +++ b/remoting/host/capturer_fake_ascii.cc
 | 
| @@ -16,7 +16,7 @@ CapturerFakeAscii::CapturerFakeAscii() {
 | 
|    // Dimensions of screen.
 | 
|    width_ = kWidth;
 | 
|    height_ = kHeight;
 | 
| -  pixel_format_ = chromotocol_pb::PixelFormatAscii;
 | 
| +  pixel_format_ = PixelFormatAscii;
 | 
|    bytes_per_pixel_ = kBytesPerPixel;
 | 
|    bytes_per_row_ = width_ * bytes_per_pixel_;
 | 
|  
 | 
| 
 |