| Index: net/http/http_network_session.cc
|
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
|
| index c5f7708300f9a81f388d2c59427644e46fababf5..c8063e5d34b087d3fd8b2377e2220b091e975134 100644
|
| --- a/net/http/http_network_session.cc
|
| +++ b/net/http/http_network_session.cc
|
| @@ -15,7 +15,7 @@
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/values.h"
|
| -#include "net/base/network_throttle_manager.h"
|
| +#include "net/base/network_throttle_manager_impl.h"
|
| #include "net/http/http_auth_handler_factory.h"
|
| #include "net/http/http_response_body_drainer.h"
|
| #include "net/http/http_stream_factory_impl.h"
|
| @@ -204,7 +204,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params)
|
| params.proxy_delegate),
|
| http_stream_factory_(new HttpStreamFactoryImpl(this, false)),
|
| http_stream_factory_for_websocket_(new HttpStreamFactoryImpl(this, true)),
|
| - network_stream_throttler_(NetworkThrottleManager::CreateThrottler()),
|
| + network_stream_throttler_(new NetworkThrottleManagerImpl()),
|
| params_(params) {
|
| DCHECK(proxy_service_);
|
| DCHECK(ssl_config_service_.get());
|
|
|