Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / media / webrtc_browsertest_perf.h
index d469a73..19934f6 100644 (file)
@@ -9,6 +9,8 @@ namespace base {
 class DictionaryValue;
 }
 
+namespace test {
+
 // These functions takes parsed data (on one peer connection) from the
 // peerConnectionDataStore object that is backing webrtc-internals and prints
 // metrics they consider interesting using testing/perf/perf_test.h primitives.
@@ -20,4 +22,6 @@ class DictionaryValue;
 void PrintBweForVideoMetrics(const base::DictionaryValue& pc_dict);
 void PrintMetricsForAllStreams(const base::DictionaryValue& pc_dict);
 
+}  // namespace test
+
 #endif  // CHROME_BROWSER_MEDIA_WEBRTC_BROWSERTEST_PERF_H_