| Index: net/http/http_basic_stream.h
|
| diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
|
| index 55b0efd4a633c8ba877eeba09bd32cd0cd20b821..5ece1126e0d0ce5806f7b6b767972bb42752b529 100644
|
| --- a/net/http/http_basic_stream.h
|
| +++ b/net/http/http_basic_stream.h
|
| @@ -64,7 +64,7 @@ class HttpBasicStream : public HttpStream {
|
|
|
| bool CanReuseConnection() const override;
|
|
|
| - int64 GetTotalReceivedBytes() const override;
|
| + int64_t GetTotalReceivedBytes() const override;
|
|
|
| int64_t GetTotalSentBytes() const override;
|
|
|
|
|