| Index: webrtc/pc/srtpfilter_unittest.cc
|
| diff --git a/webrtc/pc/srtpfilter_unittest.cc b/webrtc/pc/srtpfilter_unittest.cc
|
| index 2eee35c2023817cf92ae0b2a9f53de41ac384e57..7990ef138f3f26885beba4814e6ec2230f5cd903 100644
|
| --- a/webrtc/pc/srtpfilter_unittest.cc
|
| +++ b/webrtc/pc/srtpfilter_unittest.cc
|
| @@ -16,11 +16,7 @@
|
| #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/srtp/crypto/include/err.h"
|
| -#endif
|
| }
|
|
|
| using rtc::CS_AES_CM_128_HMAC_SHA1_80;
|
|
|