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

Unified Diff: webrtc/pc/audiomonitor.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/audiomonitor.h ('k') | webrtc/pc/bundlefilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/audiomonitor.cc
diff --git a/talk/session/media/audiomonitor.cc b/webrtc/pc/audiomonitor.cc
similarity index 97%
rename from talk/session/media/audiomonitor.cc
rename to webrtc/pc/audiomonitor.cc
index bdb71cb2f6a139c54c1da43d8c8be8ce8453540d..7eb6c3639446e9ca8ad60e40183bd0ed68479c23 100644
--- a/talk/session/media/audiomonitor.cc
+++ b/webrtc/pc/audiomonitor.cc
@@ -26,8 +26,8 @@
*/
#include <assert.h>
-#include "talk/session/media/audiomonitor.h"
-#include "talk/session/media/voicechannel.h"
+#include "webrtc/pc/audiomonitor.h"
+#include "webrtc/pc/voicechannel.h"
namespace cricket {
« no previous file with comments | « webrtc/pc/audiomonitor.h ('k') | webrtc/pc/bundlefilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698