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

Unified Diff: net/nqe/network_quality_estimator.h

Issue 1898603002: Move Network Quality Estimator files to //net/nqe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed //net/socket/OWNERS 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
« no previous file with comments | « net/nqe/external_estimate_provider.h ('k') | net/nqe/network_quality_estimator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/network_quality_estimator.h
diff --git a/net/base/network_quality_estimator.h b/net/nqe/network_quality_estimator.h
similarity index 99%
rename from net/base/network_quality_estimator.h
rename to net/nqe/network_quality_estimator.h
index 0a386e9bed80524f4231c438a55ac3953f61c08e..dc4e99550e02186cb23c62c42393e6e00169ba38 100644
--- a/net/base/network_quality_estimator.h
+++ b/net/nqe/network_quality_estimator.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_BASE_NETWORK_QUALITY_ESTIMATOR_H_
-#define NET_BASE_NETWORK_QUALITY_ESTIMATOR_H_
+#ifndef NET_NQE_NETWORK_QUALITY_ESTIMATOR_H_
+#define NET_NQE_NETWORK_QUALITY_ESTIMATOR_H_
#include <stddef.h>
#include <stdint.h>
@@ -22,10 +22,10 @@
#include "base/observer_list.h"
#include "base/threading/thread_checker.h"
#include "base/time/time.h"
-#include "net/base/external_estimate_provider.h"
#include "net/base/net_export.h"
#include "net/base/network_change_notifier.h"
-#include "net/base/socket_performance_watcher_factory.h"
+#include "net/nqe/external_estimate_provider.h"
+#include "net/socket/socket_performance_watcher_factory.h"
namespace base {
class SingleThreadTaskRunner;
@@ -668,4 +668,4 @@ class NET_EXPORT_PRIVATE NetworkQualityEstimator
} // namespace net
-#endif // NET_BASE_NETWORK_QUALITY_ESTIMATOR_H_
+#endif // NET_NQE_NETWORK_QUALITY_ESTIMATOR_H_
« no previous file with comments | « net/nqe/external_estimate_provider.h ('k') | net/nqe/network_quality_estimator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698