Index: remoting/host/encoder.h |
diff --git a/remoting/host/encoder.h b/remoting/host/encoder.h |
index e3af66b2a4db0493d188a8d3478781defa82856e..53ddb63cbfd31a7350e4e1d9c720988478bc1999 100644 |
--- a/remoting/host/encoder.h |
+++ b/remoting/host/encoder.h |
@@ -44,7 +44,7 @@ class Encoder { |
const uint8** input_data, |
const int* strides, |
bool key_frame, |
- chromotocol_pb::UpdateStreamPacketHeader* header, |
+ UpdateStreamPacketHeader* header, |
scoped_refptr<media::DataBuffer>* output_data, |
bool* encode_done, |
Task* data_available_task) = 0; |
@@ -55,7 +55,7 @@ class Encoder { |
// Set the pixel format of the incoming images. Need to call this before |
// calling Encode(). |
- virtual void SetPixelFormat(chromotocol_pb::PixelFormat pixel_format) = 0; |
+ virtual void SetPixelFormat(PixelFormat pixel_format) = 0; |
}; |
} // namespace remoting |