| Index: talk/session/media/srtpfilter.h
|
| diff --git a/talk/session/media/srtpfilter.h b/talk/session/media/srtpfilter.h
|
| index fb52222d2181ac670f3d0026aade4871051cc968..3c3a8e848b2b9db52b59778c8975d28e25549017 100644
|
| --- a/talk/session/media/srtpfilter.h
|
| +++ b/talk/session/media/srtpfilter.h
|
| @@ -40,7 +40,6 @@
|
| #include "webrtc/base/scoped_ptr.h"
|
| #include "webrtc/base/sigslotrepeater.h"
|
| #include "webrtc/base/sslstreamadapter.h"
|
| -#include "webrtc/base/thread_checker.h"
|
|
|
| // Forward declaration to avoid pulling in libsrtp headers here
|
| struct srtp_event_data_t;
|
| @@ -241,7 +240,8 @@
|
| void HandleEvent(const srtp_event_data_t* ev);
|
| static void HandleEventThunk(srtp_event_data_t* ev);
|
|
|
| - rtc::ThreadChecker thread_checker_;
|
| + static std::list<SrtpSession*>* sessions();
|
| +
|
| srtp_ctx_t* session_;
|
| int rtp_auth_tag_len_;
|
| int rtcp_auth_tag_len_;
|
|
|