Chromium Code Reviews

Unified Diff: webrtc/pc/srtpfilter.cc

Issue 1691463002: Move talk/session/media -> webrtc/pc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Disabled -Wmaybe-uninitialized warning on GCC Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;

Powered by Google App Engine