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

Unified Diff: components/metrics/metrics_reporting_scheduler.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_log.cc ('k') | components/metrics/metrics_reporting_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/metrics_reporting_scheduler.h
diff --git a/components/metrics/metrics_reporting_scheduler.h b/components/metrics/metrics_reporting_scheduler.h
index 7cdfad82b8309c4971cc4a4121e9d8985c915614..3e58aaaa21ceb498b8ef4b81b55202e82bb03fdc 100644
--- a/components/metrics/metrics_reporting_scheduler.h
+++ b/components/metrics/metrics_reporting_scheduler.h
@@ -11,6 +11,8 @@
#include "base/time/time.h"
#include "base/timer/timer.h"
+namespace metrics {
+
// Scheduler task to drive a MetricsService object's uploading.
class MetricsReportingScheduler {
public:
@@ -75,4 +77,6 @@ class MetricsReportingScheduler {
DISALLOW_COPY_AND_ASSIGN(MetricsReportingScheduler);
};
+} // namespace metrics
+
#endif // COMPONENTS_METRICS_METRICS_REPORTING_SCHEDULER_H_
« no previous file with comments | « components/metrics/metrics_log.cc ('k') | components/metrics/metrics_reporting_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698