| Index: remoting/base/decompressor_verbatim.h
|
| diff --git a/remoting/base/decompressor_verbatim.h b/remoting/base/decompressor_verbatim.h
|
| index ca712bf25e930934538d3079bcef8008dea6ece4..cad9022e8f09fef136fa3f422bce8d2f98550176 100644
|
| --- a/remoting/base/decompressor_verbatim.h
|
| +++ b/remoting/base/decompressor_verbatim.h
|
| @@ -16,12 +16,12 @@ class DecompressorVerbatim : public Decompressor {
|
| DecompressorVerbatim();
|
| virtual ~DecompressorVerbatim();
|
|
|
| - 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;
|
| };
|
|
|
| } // namespace remoting
|
|
|