summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_transaction.h')
-rw-r--r--net/http/http_transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index b4bc415..a205602 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -124,7 +124,7 @@ class NET_EXPORT_PRIVATE HttpTransaction {
virtual bool GetFullRequestHeaders(HttpRequestHeaders* headers) const = 0;
// Get the number of bytes received from network.
- virtual int64 GetTotalReceivedBytes() const = 0;
+ virtual int64_t GetTotalReceivedBytes() const = 0;
// Get the number of bytes sent over the network.
virtual int64_t GetTotalSentBytes() const = 0;