Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / metrics / metrics_reporting_scheduler_unittest.cc
index f7a3d08..2a13c1b 100644 (file)
@@ -10,6 +10,8 @@
 #include "base/run_loop.h"
 #include "testing/gtest/include/gtest/gtest.h"
 
+namespace metrics {
+
 class MetricsReportingSchedulerTest : public testing::Test {
  public:
   MetricsReportingSchedulerTest() : callback_call_count_(0) {}
@@ -56,3 +58,5 @@ TEST_F(MetricsReportingSchedulerTest, InitTaskCompleteAfterTimer) {
   scheduler.InitTaskComplete();
   EXPECT_EQ(1, callback_call_count());
 }
+
+}  // namespace metrics