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 80decf806d2f44295e33df07b7d59f1bec7531e3..b94b46252a1ba8fd7b84a8fbc917096318ee8888 100644 |
--- a/net/url_request/url_request_http_job.h |
+++ b/net/url_request/url_request_http_job.h |
@@ -108,8 +108,7 @@ class URLRequestHttpJob : public URLRequestJob { |
OldCompletionCallbackImpl<URLRequestHttpJob> start_callback_; |
OldCompletionCallbackImpl<URLRequestHttpJob> read_callback_; |
- OldCompletionCallbackImpl<URLRequestHttpJob> |
- notify_before_headers_sent_callback_; |
+ CompletionCallback notify_before_headers_sent_callback_; |
bool read_in_progress_; |
@@ -211,7 +210,7 @@ class URLRequestHttpJob : public URLRequestJob { |
ScopedRunnableMethodFactory<URLRequestHttpJob> method_factory_; |
base::WeakPtrFactory<URLRequestHttpJob> weak_ptr_factory_; |
- OldCompletionCallbackImpl<URLRequestHttpJob> on_headers_received_callback_; |
+ CompletionCallback on_headers_received_callback_; |
// We allow the network delegate to modify a copy of the response headers. |
// This prevents modifications of headers that are shared with the underlying |