| Index: remoting/base/compound_buffer.h
 | 
| diff --git a/remoting/base/compound_buffer.h b/remoting/base/compound_buffer.h
 | 
| index 227f5faff83c7e0268fc37939a315f56c8c63532..c919f881688c3154281bf81d0771733e45d1a5fb 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) OVERRIDE;
 | 
| -  virtual void BackUp(int count) OVERRIDE;
 | 
| -  virtual bool Skip(int count) OVERRIDE;
 | 
| -  virtual int64 ByteCount() const OVERRIDE;
 | 
| +  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_;
 | 
| 
 |