Index: webrtc/video/video_quality_test.h |
diff --git a/webrtc/video/video_quality_test.h b/webrtc/video/video_quality_test.h |
index 33a1a8a4f0d2b5ccb8e90ce04f4fec7e23d71ce8..9e851f062c9472d8a5ea075228f0b09696203794 100644 |
--- a/webrtc/video/video_quality_test.h |
+++ b/webrtc/video/video_quality_test.h |
@@ -10,6 +10,7 @@ |
#ifndef WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ |
#define WEBRTC_VIDEO_VIDEO_QUALITY_TEST_H_ |
+#include <map> |
#include <memory> |
#include <string> |
#include <vector> |
@@ -96,6 +97,8 @@ class VideoQualityTest : public test::CallTest { |
const std::vector<std::string>& sl_descriptors); |
protected: |
+ std::map<uint8_t, webrtc::MediaType> payload_type_map_; |
+ |
// No-op implementation to be able to instantiate this class from non-TEST_F |
// locations. |
void TestBody() override; |