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

Unified Diff: net/nqe/external_estimate_provider.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/OWNERS ('k') | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/nqe/external_estimate_provider.h
diff --git a/net/base/external_estimate_provider.h b/net/nqe/external_estimate_provider.h
similarity index 93%
rename from net/base/external_estimate_provider.h
rename to net/nqe/external_estimate_provider.h
index c4480cf141344c836992bafa3e82c01eeaa53e54..7fd58f5f9dd3876efcacbd38aa947aa88ccc00a6 100644
--- a/net/base/external_estimate_provider.h
+++ b/net/nqe/external_estimate_provider.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_EXTERNAL_ESTIMATE_PROVIDER_H_
-#define NET_BASE_EXTERNAL_ESTIMATE_PROVIDER_H_
+#ifndef NET_NQE_EXTERNAL_ESTIMATE_PROVIDER_H_
+#define NET_NQE_EXTERNAL_ESTIMATE_PROVIDER_H_
#include <stdint.h>
@@ -69,4 +69,4 @@ class NET_EXPORT ExternalEstimateProvider {
} // namespace net
-#endif // NET_BASE_EXTERNAL_ESTIMATE_PROVIDER_H_
+#endif // NET_NQE_EXTERNAL_ESTIMATE_PROVIDER_H_
« no previous file with comments | « net/nqe/OWNERS ('k') | net/nqe/network_quality_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698