| Index: webrtc/pc/srtpfilter_unittest.cc
|
| diff --git a/webrtc/pc/srtpfilter_unittest.cc b/webrtc/pc/srtpfilter_unittest.cc
|
| index fda571195cc0ea2eeea7c7cb92946f40cf9b8d65..32cd20ed6adb3980188b0336938753c4a893042b 100644
|
| --- a/webrtc/pc/srtpfilter_unittest.cc
|
| +++ b/webrtc/pc/srtpfilter_unittest.cc
|
| @@ -8,6 +8,9 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| +#include "webrtc/pc/srtpfilter.h"
|
| +
|
| +#include "third_party/libsrtp/include/srtp.h"
|
| #include "webrtc/base/byteorder.h"
|
| #include "webrtc/base/constructormagic.h"
|
| #include "webrtc/base/gunit.h"
|
| @@ -15,14 +18,6 @@
|
| #include "webrtc/media/base/cryptoparams.h"
|
| #include "webrtc/media/base/fakertp.h"
|
| #include "webrtc/p2p/base/sessiondescription.h"
|
| -#include "webrtc/pc/srtpfilter.h"
|
| -extern "C" {
|
| -#ifdef SRTP_RELATIVE_PATH
|
| -#include "crypto/include/err.h"
|
| -#else
|
| -#include "third_party/libsrtp/crypto/include/err.h"
|
| -#endif
|
| -}
|
|
|
| using rtc::CS_AES_CM_128_HMAC_SHA1_80;
|
| using rtc::CS_AES_CM_128_HMAC_SHA1_32;
|
|
|