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