| Index: net/http/http_transaction_test_util.cc
|
| diff --git a/net/http/http_transaction_test_util.cc b/net/http/http_transaction_test_util.cc
|
| index 926d8c695d63357eb7f85cdfd5afcf58442fdf28..40ae10a734fb04c93139cb064c57510d116a0a30 100644
|
| --- a/net/http/http_transaction_test_util.cc
|
| +++ b/net/http/http_transaction_test_util.cc
|
| @@ -325,7 +325,7 @@ bool MockNetworkTransaction::GetFullRequestHeaders(
|
| return false;
|
| }
|
|
|
| -int64 MockNetworkTransaction::GetTotalReceivedBytes() const {
|
| +int64_t MockNetworkTransaction::GetTotalReceivedBytes() const {
|
| return received_bytes_;
|
| }
|
|
|
|
|