| 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 c924e1cdb276e310f76f720171e363d099bcd162..44a09108f4bf8d81dafbbf4f0eb1146a7ae719ed 100644
|
| --- a/net/url_request/url_request_http_job.h
|
| +++ b/net/url_request/url_request_http_job.h
|
| @@ -106,8 +106,7 @@ class URLRequestHttpJob : public URLRequestJob {
|
| AuthState server_auth_state_;
|
| AuthCredentials auth_credentials_;
|
|
|
| - OldCompletionCallbackImpl<URLRequestHttpJob> start_callback_;
|
| - OldCompletionCallbackImpl<URLRequestHttpJob> read_callback_;
|
| + CompletionCallback start_callback_;
|
| CompletionCallback notify_before_headers_sent_callback_;
|
|
|
| bool read_in_progress_;
|
|
|