Index: content/browser/loader/resource_loader.cc |
diff --git a/content/browser/loader/resource_loader.cc b/content/browser/loader/resource_loader.cc |
index 81c77af32ecd1d5af1ab048f2ec93a127ce3600c..c7d0b424634b51003e76945a08bc32ed6f4996cb 100644 |
--- a/content/browser/loader/resource_loader.cc |
+++ b/content/browser/loader/resource_loader.cc |
@@ -36,6 +36,7 @@ |
#include "net/base/io_buffer.h" |
#include "net/base/load_flags.h" |
#include "net/http/http_response_headers.h" |
+#include "net/nqe/effective_connection_type.h" |
#include "net/nqe/network_quality_estimator.h" |
#include "net/ssl/client_cert_store.h" |
#include "net/ssl/ssl_platform_key.h" |
@@ -88,7 +89,7 @@ void PopulateResourceResponse(ResourceRequestInfoImpl* info, |
response->head.is_using_lofi = request_info->IsUsingLoFi(); |
response->head.effective_connection_type = |
- net::NetworkQualityEstimator::EFFECTIVE_CONNECTION_TYPE_UNKNOWN; |
+ net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN; |
if (info->IsMainFrame()) { |
net::NetworkQualityEstimator* estimator = |
request->context()->network_quality_estimator(); |