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

Unified Diff: components/metrics/net/wifi_access_point_info_provider.h

Issue 558873002: Moves NetworkMetricsProvider to //components/metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed asvitkine comments Created 6 years, 3 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: components/metrics/net/wifi_access_point_info_provider.h
diff --git a/chrome/browser/metrics/wifi_access_point_info_provider.h b/components/metrics/net/wifi_access_point_info_provider.h
similarity index 87%
rename from chrome/browser/metrics/wifi_access_point_info_provider.h
rename to components/metrics/net/wifi_access_point_info_provider.h
index ab7c44343d8b8beb9d92713d08f4972219791b75..5d74c3c5c2011c7a210cd7b591e121a956b49cb9 100644
--- a/chrome/browser/metrics/wifi_access_point_info_provider.h
+++ b/components/metrics/net/wifi_access_point_info_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 CHROME_BROWSER_METRICS_WIFI_ACCESS_POINT_INFO_PROVIDER_H_
-#define CHROME_BROWSER_METRICS_WIFI_ACCESS_POINT_INFO_PROVIDER_H_
+#ifndef COMPONENTS_METRICS_NET_WIFI_ACCESS_POINT_INFO_PROVIDER_H_
+#define COMPONENTS_METRICS_NET_WIFI_ACCESS_POINT_INFO_PROVIDER_H_
#include <string>
#include "base/basictypes.h"
@@ -46,4 +46,4 @@ class WifiAccessPointInfoProvider {
DISALLOW_COPY_AND_ASSIGN(WifiAccessPointInfoProvider);
};
-#endif // CHROME_BROWSER_METRICS_WIFI_ACCESS_POINT_INFO_PROVIDER_H_
+#endif // COMPONENTS_METRICS_NET_WIFI_ACCESS_POINT_INFO_PROVIDER_H_
« no previous file with comments | « components/metrics/net/network_metrics_provider.cc ('k') | components/metrics/net/wifi_access_point_info_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698