Chromium Code Reviews| Index: net/url_request/url_request_http_job.h |
| diff --git a/net/url_request/url_request_http_job.h b/net/url_request/url_request_http_job.h |
| index f45058ed4227dcf51c0882ca025be9993852934d..3dd49fa72efa6f5b93a761fb28b09cff060cec4d 100644 |
| --- a/net/url_request/url_request_http_job.h |
| +++ b/net/url_request/url_request_http_job.h |
| @@ -57,6 +57,8 @@ class NET_EXPORT_PRIVATE URLRequestHttpJob : public URLRequestJob { |
| return priority_; |
| } |
| + void GetConnectionAttempts(ConnectionAttempts* out) const override; |
|
Randy Smith (Not in Mondays)
2015/05/01 17:03:44
IWYU: I think you should forward declare Connectio
Randy Smith (Not in Mondays)
2015/05/01 17:03:44
It looks to me as if priority() isn't an override
Deprecated (see juliatuttle)
2015/05/04 19:53:37
Done.
Deprecated (see juliatuttle)
2015/05/04 19:53:37
Done.
|
| + |
| private: |
| enum CompletionCause { |
| ABORTED, |