Index: webrtc/pc/srtpfilter.cc |
diff --git a/talk/session/media/srtpfilter.cc b/webrtc/pc/srtpfilter.cc |
similarity index 99% |
rename from talk/session/media/srtpfilter.cc |
rename to webrtc/pc/srtpfilter.cc |
index 4e6cbe846e78b87cc55d0a8e3721f04c4b199a6a..e81d95bdf6220bbbec1f6203f03cb94e3d0f1f64 100644 |
--- a/talk/session/media/srtpfilter.cc |
+++ b/webrtc/pc/srtpfilter.cc |
@@ -27,7 +27,7 @@ |
#undef HAVE_CONFIG_H |
-#include "talk/session/media/srtpfilter.h" |
+#include "webrtc/pc/srtpfilter.h" |
#include <string.h> |
@@ -55,7 +55,7 @@ extern "C" { |
#endif // SRTP_RELATIVE_PATH |
} |
#ifdef ENABLE_EXTERNAL_AUTH |
-#include "talk/session/media/externalhmac.h" |
+#include "webrtc/pc/externalhmac.h" |
#endif // ENABLE_EXTERNAL_AUTH |
#if !defined(NDEBUG) |
extern "C" debug_module_t mod_srtp; |