Index: remoting/base/compound_buffer.h |
diff --git a/remoting/base/compound_buffer.h b/remoting/base/compound_buffer.h |
index b07f40fbbfbb013b3e43629bc1b4b50079eebbbd..227f5faff83c7e0268fc37939a315f56c8c63532 100644 |
--- a/remoting/base/compound_buffer.h |
+++ b/remoting/base/compound_buffer.h |
@@ -108,10 +108,10 @@ class CompoundBufferInputStream |
int position() const { return position_; } |
// google::protobuf::io::ZeroCopyInputStream interface. |
- virtual bool Next(const void** data, int* size); |
- virtual void BackUp(int count); |
- virtual bool Skip(int count); |
- virtual int64 ByteCount() const; |
+ virtual bool Next(const void** data, int* size) OVERRIDE; |
+ virtual void BackUp(int count) OVERRIDE; |
+ virtual bool Skip(int count) OVERRIDE; |
+ virtual int64 ByteCount() const OVERRIDE; |
private: |
const CompoundBuffer* buffer_; |