| Index: remoting/base/compound_buffer.cc
|
| diff --git a/remoting/base/compound_buffer.cc b/remoting/base/compound_buffer.cc
|
| index c18592b038042a3d11fb0fcd0843a31a6bd7cc4d..a659c23f141bf40fdd4d53c00c4695f0f6be3314 100644
|
| --- a/remoting/base/compound_buffer.cc
|
| +++ b/remoting/base/compound_buffer.cc
|
| @@ -272,7 +272,7 @@ bool CompoundBufferInputStream::Skip(int count) {
|
| return count == 0;
|
| }
|
|
|
| -int64 CompoundBufferInputStream::ByteCount() const {
|
| +int64_t CompoundBufferInputStream::ByteCount() const {
|
| return position_;
|
| }
|
|
|
|
|