| Index: net/http/http_transaction.h
|
| diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
|
| index b4bc41519b0d0d97b422d63af5b5c82efcc0e11e..a2056025c3333c89aaa7c9e7977f8524eca5f771 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;
|
|
|