Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / metrics / metrics_log.cc
index 6076f88..314200d 100644 (file)
@@ -43,12 +43,10 @@ extern "C" IMAGE_DOS_HEADER __ImageBase;
 #endif
 
 using base::SampleCountIterator;
-using metrics::HistogramEventProto;
-using metrics::ProfilerEventProto;
-using metrics::SystemProfileProto;
-using metrics::UserActionEventProto;
 typedef variations::ActiveGroupId ActiveGroupId;
 
+namespace metrics {
+
 namespace {
 
 // Any id less than 16 bytes is considered to be a testing id.
@@ -435,3 +433,5 @@ void MetricsLog::GetEncodedLog(std::string* encoded_log) {
   DCHECK(closed_);
   uma_proto_.SerializeToString(encoded_log);
 }
+
+}  // namespace metrics