Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api.h |
diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h |
index f55b4b5461eb771de5e402d979761b78eda0ea70..d8040f79027f3d8938b429a89da65cc700f1dcad 100644 |
--- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h |
+++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.h |
@@ -7,6 +7,8 @@ |
* in the file PATENTS. All contributing project authors may |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#ifndef WEBRTC_MODULES_RTP_RTCP_TEST_TESTAPI_TEST_API_H_ |
+#define WEBRTC_MODULES_RTP_RTCP_TEST_TESTAPI_TEST_API_H_ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "webrtc/base/scoped_ptr.h" |
@@ -68,3 +70,4 @@ class TestRtpReceiver : public NullRtpData { |
}; |
} // namespace webrtc |
+#endif // WEBRTC_MODULES_RTP_RTCP_TEST_TESTAPI_TEST_API_H_ |