| Index: net/http/failing_http_transaction_factory.cc
|
| diff --git a/net/http/failing_http_transaction_factory.cc b/net/http/failing_http_transaction_factory.cc
|
| index 854e7bf5ef203e7e1c627ae7dd6ece1ab56934ae..be824076278bc7eb0a7689de1747701ec3f812d9 100644
|
| --- a/net/http/failing_http_transaction_factory.cc
|
| +++ b/net/http/failing_http_transaction_factory.cc
|
| @@ -127,7 +127,7 @@ bool FailingHttpTransaction::GetFullRequestHeaders(
|
| return false;
|
| }
|
|
|
| -int64 FailingHttpTransaction::GetTotalReceivedBytes() const {
|
| +int64_t FailingHttpTransaction::GetTotalReceivedBytes() const {
|
| return 0;
|
| }
|
|
|
|
|