Index: content/public/common/resource_response_info.h |
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h |
index 6c100e6fa35f5f25ac93d55d57b9fdcb354670a4..6e01e9acd9b73b65cd9c00fbfb5491e1bbdf8d44 100644 |
--- a/content/public/common/resource_response_info.h |
+++ b/content/public/common/resource_response_info.h |
@@ -18,7 +18,7 @@ |
#include "net/base/load_timing_info.h" |
#include "net/http/http_response_headers.h" |
#include "net/http/http_response_info.h" |
-#include "net/nqe/network_quality_estimator.h" |
+#include "net/nqe/effective_connection_type.h" |
#include "net/ssl/signed_certificate_timestamp_and_status.h" |
#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h" |
#include "url/gurl.h" |
@@ -154,8 +154,7 @@ struct CONTENT_EXPORT ResourceResponseInfo { |
// Effective connection type when the resource was fetched. This is populated |
// only for responses that correspond to main frame requests. |
- net::NetworkQualityEstimator::EffectiveConnectionType |
- effective_connection_type; |
+ net::EffectiveConnectionType effective_connection_type; |
// List of Signed Certificate Timestamps (SCTs) and their corresponding |
// validation status. Only present if the renderer process set |