| 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_
|
|
|