Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1583)

Unified Diff: content/common/resource_messages.h

Issue 2183153002: NQE: Move ECT to net:: namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, also fixed comnpilation error Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/weburlresponse_extradata_impl.cc ('k') | content/public/common/resource_response_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_messages.h
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
index a918d543ff297aab5c989d8a2ba74c9d9228554b..a4b58b278f732da985e7e8dab605cea2b98a8992 100644
--- a/content/common/resource_messages.h
+++ b/content/common/resource_messages.h
@@ -24,7 +24,7 @@
#include "net/base/request_priority.h"
#include "net/cert/signed_certificate_timestamp.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 "net/url_request/redirect_info.h"
@@ -132,9 +132,8 @@ IPC_ENUM_TRAITS_MAX_VALUE(content::FetchRedirectMode,
IPC_ENUM_TRAITS_MAX_VALUE(content::SkipServiceWorker,
content::SkipServiceWorker::LAST)
-IPC_ENUM_TRAITS_MAX_VALUE(
- net::NetworkQualityEstimator::EffectiveConnectionType,
- net::NetworkQualityEstimator::EFFECTIVE_CONNECTION_TYPE_LAST - 1)
+IPC_ENUM_TRAITS_MAX_VALUE(net::EffectiveConnectionType,
+ net::EFFECTIVE_CONNECTION_TYPE_LAST - 1)
IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseHead)
IPC_STRUCT_TRAITS_PARENT(content::ResourceResponseInfo)
« no previous file with comments | « content/child/weburlresponse_extradata_impl.cc ('k') | content/public/common/resource_response_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698