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

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: 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.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 5ff9bd7354027850bc243ddd1c4351cbc40cb11c..d1480c9b057d8d0218556b18b936718a1586d9c9 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>
@@ -21,10 +21,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;
@@ -626,4 +626,4 @@ class NET_EXPORT_PRIVATE NetworkQualityEstimator
} // namespace net
-#endif // NET_BASE_NETWORK_QUALITY_ESTIMATOR_H_
+#endif // NET_NQE_NETWORK_QUALITY_ESTIMATOR_H_

Powered by Google App Engine
This is Rietveld 408576698