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

Unified Diff: content/renderer/effective_connection_type_helper.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
Index: content/renderer/effective_connection_type_helper.h
diff --git a/content/renderer/effective_connection_type_helper.h b/content/renderer/effective_connection_type_helper.h
index 7f50b074693696049be9a52207670ffa2b5cac36..caf5b7d50a315a32e10a2a321cd6c2069ca2ffef 100644
--- a/content/renderer/effective_connection_type_helper.h
+++ b/content/renderer/effective_connection_type_helper.h
@@ -5,14 +5,14 @@
#ifndef CONTENT_RENDERER_EFFECTIVE_CONNECTION_TYPE_HELPER_H_
#define CONTENT_RENDERER_EFFECTIVE_CONNECTION_TYPE_HELPER_H_
-#include "net/nqe/network_quality_estimator.h"
+#include "net/nqe/effective_connection_type.h"
#include "third_party/WebKit/public/platform/WebEffectiveConnectionType.h"
namespace content {
blink::WebEffectiveConnectionType
EffectiveConnectionTypeToWebEffectiveConnectionType(
- net::NetworkQualityEstimator::EffectiveConnectionType net_type);
+ net::EffectiveConnectionType net_type);
} // namespace content
« no previous file with comments | « content/public/common/resource_response_info.cc ('k') | content/renderer/effective_connection_type_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698