Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

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: Last rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/pc/srtpfilter.h ('k') | webrtc/pc/srtpfilter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « webrtc/pc/srtpfilter.h ('k') | webrtc/pc/srtpfilter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698