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

Unified Diff: webrtc/pc/externalhmac.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/externalhmac.h ('k') | webrtc/pc/mediamonitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/externalhmac.cc
diff --git a/talk/session/media/externalhmac.cc b/webrtc/pc/externalhmac.cc
similarity index 99%
rename from talk/session/media/externalhmac.cc
rename to webrtc/pc/externalhmac.cc
index dd991d484823b54db6ea9ec97692fc80f50382b6..28dbed736a79e4264943689b0474cfd1348d0eab 100644
--- a/talk/session/media/externalhmac.cc
+++ b/webrtc/pc/externalhmac.cc
@@ -27,7 +27,7 @@
#if defined(HAVE_SRTP) && defined(ENABLE_EXTERNAL_AUTH)
-#include "talk/session/media/externalhmac.h"
+#include "webrtc/pc/externalhmac.h"
#include <stdlib.h> // For malloc/free.
« no previous file with comments | « webrtc/pc/externalhmac.h ('k') | webrtc/pc/mediamonitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698