Index: content/child/weburlresponse_extradata_impl.cc |
diff --git a/content/child/weburlresponse_extradata_impl.cc b/content/child/weburlresponse_extradata_impl.cc |
index 052ccb5e3bd8025b9908d1d6124a7e055de550d4..406d3c36a3c57823e37eef71dee712bb72bef877 100644 |
--- a/content/child/weburlresponse_extradata_impl.cc |
+++ b/content/child/weburlresponse_extradata_impl.cc |
@@ -11,8 +11,7 @@ WebURLResponseExtraDataImpl::WebURLResponseExtraDataImpl( |
: npn_negotiated_protocol_(npn_negotiated_protocol), |
is_ftp_directory_listing_(false), |
connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN), |
- effective_connection_type_( |
- net::NetworkQualityEstimator::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) {} |
+ effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) {} |
WebURLResponseExtraDataImpl::~WebURLResponseExtraDataImpl() { |
} |