| Index: net/nqe/network_quality_estimator_unittest.cc
|
| diff --git a/net/base/network_quality_estimator_unittest.cc b/net/nqe/network_quality_estimator_unittest.cc
|
| similarity index 99%
|
| rename from net/base/network_quality_estimator_unittest.cc
|
| rename to net/nqe/network_quality_estimator_unittest.cc
|
| index 8641c84dcf4d7cb0c6d1211ff52545e04c5b8dea..32b7297e226f05c396d5339e0c12d9d8b13eecab 100644
|
| --- a/net/base/network_quality_estimator_unittest.cc
|
| +++ b/net/nqe/network_quality_estimator_unittest.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 <stddef.h>
|
| #include <stdint.h>
|
| @@ -23,12 +23,12 @@
|
| #include "base/test/histogram_tester.h"
|
| #include "base/time/time.h"
|
| #include "build/build_config.h"
|
| -#include "net/base/external_estimate_provider.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/base/network_change_notifier.h"
|
| -#include "net/base/socket_performance_watcher.h"
|
| -#include "net/base/socket_performance_watcher_factory.h"
|
| #include "net/http/http_status_code.h"
|
| +#include "net/nqe/external_estimate_provider.h"
|
| +#include "net/socket/socket_performance_watcher.h"
|
| +#include "net/socket/socket_performance_watcher_factory.h"
|
| #include "net/test/embedded_test_server/embedded_test_server.h"
|
| #include "net/test/embedded_test_server/http_request.h"
|
| #include "net/test/embedded_test_server/http_response.h"
|
|
|