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

Unified Diff: webrtc/pc/srtpfilter_unittest.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/pc/srtpfilter_unittest.cc
diff --git a/talk/session/media/srtpfilter_unittest.cc b/webrtc/pc/srtpfilter_unittest.cc
similarity index 99%
rename from talk/session/media/srtpfilter_unittest.cc
rename to webrtc/pc/srtpfilter_unittest.cc
index af1ea33f2765006d2e7e0a13cd7f02c9a2d98736..69a2bc46f9d6acd1db7e6c0a4480b363521ba751 100644
--- a/talk/session/media/srtpfilter_unittest.cc
+++ b/webrtc/pc/srtpfilter_unittest.cc
@@ -25,7 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/session/media/srtpfilter.h"
+#include "webrtc/pc/srtpfilter.h"
#include "webrtc/base/byteorder.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/thread.h"

Powered by Google App Engine
This is Rietveld 408576698