Index: webrtc/modules/video_coding/test/receiver_tests.h |
diff --git a/webrtc/modules/video_coding/test/receiver_tests.h b/webrtc/modules/video_coding/test/receiver_tests.h |
index 9b9b377e08ebfd91c94bf2017cb22f9529cf6d1e..d6bac073927e4e96b38d41e5d9ce040dbabf8673 100644 |
--- a/webrtc/modules/video_coding/test/receiver_tests.h |
+++ b/webrtc/modules/video_coding/test/receiver_tests.h |
@@ -11,6 +11,9 @@ |
#ifndef WEBRTC_MODULES_VIDEO_CODING_TEST_RECEIVER_TESTS_H_ |
#define WEBRTC_MODULES_VIDEO_CODING_TEST_RECEIVER_TESTS_H_ |
+#include <stdio.h> |
+#include <string> |
+ |
#include "webrtc/common_types.h" |
#include "webrtc/modules/include/module_common_types.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h" |
@@ -19,12 +22,9 @@ |
#include "webrtc/modules/video_coding/test/video_source.h" |
#include "webrtc/typedefs.h" |
-#include <stdio.h> |
-#include <string> |
- |
class RtpDataCallback : public webrtc::NullRtpData { |
public: |
- RtpDataCallback(webrtc::VideoCodingModule* vcm) : vcm_(vcm) {} |
+ explicit RtpDataCallback(webrtc::VideoCodingModule* vcm) : vcm_(vcm) {} |
virtual ~RtpDataCallback() {} |
int32_t OnReceivedPayloadData( |
@@ -40,4 +40,4 @@ class RtpDataCallback : public webrtc::NullRtpData { |
int RtpPlay(const CmdArgs& args); |
-#endif // WEBRTC_MODULES_VIDEO_CODING_TEST_RECEIVER_TESTS_H_ |
+#endif // WEBRTC_MODULES_VIDEO_CODING_TEST_RECEIVER_TESTS_H_ |