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

Unified Diff: components/metrics/metrics_service_observer.h

Issue 502173002: Move more metrics classes to metrics namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test compile. Created 6 years, 4 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 | « components/metrics/metrics_service.cc ('k') | components/metrics/metrics_service_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_service_observer.h
diff --git a/components/metrics/metrics_service_observer.h b/components/metrics/metrics_service_observer.h
index 510487eddcb459b588d604421b700eea7d893528..a0efb8475a06965eab71236d13ab2cc9c4df18bf 100644
--- a/components/metrics/metrics_service_observer.h
+++ b/components/metrics/metrics_service_observer.h
@@ -7,6 +7,8 @@
#include "base/macros.h"
+namespace metrics {
+
// MetricsServiceObserver receives notifications from MetricsService.
// An observer must be added, removed, and notified on the same thread.
class MetricsServiceObserver {
@@ -22,4 +24,6 @@ class MetricsServiceObserver {
DISALLOW_COPY_AND_ASSIGN(MetricsServiceObserver);
};
+} // namespace metrics
+
#endif // COMPONENTS_METRICS_METRICS_SERVICE_OBSERVER_H_
« no previous file with comments | « components/metrics/metrics_service.cc ('k') | components/metrics/metrics_service_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698