Index: net/http/http_stream_factory_impl_job_controller.h |
diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h |
index 74f5501565308f6e1d0c25787dfbb58106c72bdf..29c07582f85f54b30ae3731d55cfe957e4772c13 100644 |
--- a/net/http/http_stream_factory_impl_job_controller.h |
+++ b/net/http/http_stream_factory_impl_job_controller.h |
@@ -197,7 +197,7 @@ class HttpStreamFactoryImpl::JobController |
void OnJobSucceeded(Job* job); |
// Marks completion of the |request_|. |
- void MarkRequestComplete(bool was_npn_negotiated, |
+ void MarkRequestComplete(bool was_alpn_negotiated, |
NextProto negotiated_protocol, |
bool using_spdy); |