Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / metrics / metrics_reporting_scheduler.h
index 7cdfad8..3e58aaa 100644 (file)
@@ -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_