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

Unified Diff: chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.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: chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.h
diff --git a/chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.h b/chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.h
index f9ac6098554d566ba3299f00104e8ce968c6edef..d59914d584275d84b80cc5935a802f901e037ea2 100644
--- a/chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.h
+++ b/chrome/browser/net/nqe/ui_network_quality_estimator_service_test_util.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_NET_NQE_UI_NETWORK_QUALITY_ESTIMATOR_SERVICE_TEST_UTIL_H_
#define CHROME_BROWSER_NET_NQE_UI_NETWORK_QUALITY_ESTIMATOR_SERVICE_TEST_UTIL_H_
-#include "net/nqe/network_quality_estimator.h"
+#include "net/nqe/effective_connection_type.h"
namespace nqe_test_util {
@@ -13,8 +13,7 @@ namespace nqe_test_util {
// EffectiveConnectionTypeObservers.
// This blocks execution on the calling thread until the IO task runs and
// replies.
-void OverrideEffectiveConnectionTypeAndWait(
- net::NetworkQualityEstimator::EffectiveConnectionType type);
+void OverrideEffectiveConnectionTypeAndWait(net::EffectiveConnectionType type);
} // namespace nqe_test_util

Powered by Google App Engine
This is Rietveld 408576698