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