Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: net/http/http_transaction.h

Issue 1316863007: Change GetTotalReceivedBytes() from int64 to int64_t. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_stream_parser.h ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/http/http_stream_parser.h ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698