| Index: remoting/base/compressor_zlib.h
|
| diff --git a/remoting/base/compressor_zlib.h b/remoting/base/compressor_zlib.h
|
| index 5c8b91cdb17e3c06b0f810b365674c49dd5971c5..d2cc82b93dba09909bc250c905d4eb2086dbdb74 100644
|
| --- a/remoting/base/compressor_zlib.h
|
| +++ b/remoting/base/compressor_zlib.h
|
| @@ -21,7 +21,7 @@ class CompressorZlib : public Compressor {
|
| // Compressor implementations.
|
| virtual bool Process(const uint8* input_data, int input_size,
|
| uint8* output_data, int output_size,
|
| - int* consumed, int* written);
|
| + CompressorFlush flush, int* consumed, int* written);
|
|
|
| private:
|
| scoped_ptr<z_stream> stream_;
|
|
|