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

Unified Diff: net/nqe/network_quality_estimator.cc

Issue 1898603002: Move Network Quality Estimator files to //net/nqe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: net/nqe/network_quality_estimator.cc
diff --git a/net/base/network_quality_estimator.cc b/net/nqe/network_quality_estimator.cc
similarity index 99%
rename from net/base/network_quality_estimator.cc
rename to net/nqe/network_quality_estimator.cc
index 9a6d8d60f0660841119ea7af663753b3f42fddc7..d5470c0300feeb1c4327d35f286c9cf1e4ec3837 100644
--- a/net/base/network_quality_estimator.cc
+++ b/net/nqe/network_quality_estimator.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/base/network_quality_estimator.h"
+#include "net/nqe/network_quality_estimator.h"
#include <float.h>
#include <algorithm>
@@ -21,8 +21,8 @@
#include "net/base/load_flags.h"
#include "net/base/load_timing_info.h"
#include "net/base/network_interfaces.h"
-#include "net/base/socket_performance_watcher.h"
#include "net/base/url_util.h"
+#include "net/socket/socket_performance_watcher.h"
#include "net/url_request/url_request.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698