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

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

Issue 636363004: Make remaining parts of components/metrics use metrics namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros compile Created 6 years, 2 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/components/metrics/net/wifi_access_point_info_provider.h b/components/metrics/net/wifi_access_point_info_provider.h
index 5d74c3c5c2011c7a210cd7b591e121a956b49cb9..349375695b7d1a20383c7c37e9175185483ab75d 100644
--- a/components/metrics/net/wifi_access_point_info_provider.h
+++ b/components/metrics/net/wifi_access_point_info_provider.h
@@ -8,6 +8,8 @@
#include <string>
#include "base/basictypes.h"
+namespace metrics {
+
// Interface for accessing connected wireless access point information.
class WifiAccessPointInfoProvider {
public:
@@ -46,4 +48,6 @@ class WifiAccessPointInfoProvider {
DISALLOW_COPY_AND_ASSIGN(WifiAccessPointInfoProvider);
};
+} // namespace metrics
+
#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