Index: net/http/http_stream.h |
diff --git a/net/http/http_stream.h b/net/http/http_stream.h |
index 57623396a541199f78d04491f1e68740d9ab5aa6..078b7f134195226e981502b8e8fc6a8f4c6050a5 100644 |
--- a/net/http/http_stream.h |
+++ b/net/http/http_stream.h |
@@ -118,7 +118,7 @@ class NET_EXPORT_PRIVATE HttpStream { |
virtual bool CanReuseConnection() const = 0; |
// Get the total number of bytes received from network for this stream. |
- virtual int64 GetTotalReceivedBytes() const = 0; |
+ virtual int64_t GetTotalReceivedBytes() const = 0; |
// Get the total number of bytes sent over the network for this stream. |
virtual int64_t GetTotalSentBytes() const = 0; |