| Index: remoting/base/decompressor_zlib.h
|
| diff --git a/remoting/base/decompressor_zlib.h b/remoting/base/decompressor_zlib.h
|
| index 007672b012d1a332765d0a7e2b48287687708012..5d1a88bf2d4926b982857a3f08fdca15515a9211 100644
|
| --- a/remoting/base/decompressor_zlib.h
|
| +++ b/remoting/base/decompressor_zlib.h
|
| @@ -18,12 +18,12 @@ class DecompressorZlib : public Decompressor {
|
| DecompressorZlib();
|
| virtual ~DecompressorZlib();
|
|
|
| - virtual void Reset();
|
| + virtual void Reset() OVERRIDE;
|
|
|
| // Decompressor implementations.
|
| virtual bool Process(const uint8* input_data, int input_size,
|
| uint8* output_data, int output_size,
|
| - int* consumed, int* written);
|
| + int* consumed, int* written) OVERRIDE;
|
|
|
| private:
|
| void InitStream();
|
|
|