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

Unified Diff: webrtc/pc/mediamonitor.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/mediamonitor.h ('k') | webrtc/pc/mediasession.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/mediamonitor.cc
diff --git a/talk/session/media/mediamonitor.cc b/webrtc/pc/mediamonitor.cc
similarity index 97%
rename from talk/session/media/mediamonitor.cc
rename to webrtc/pc/mediamonitor.cc
index f7170622015103734263ebf25aa289891878ead4..d6cb89dbf09e8e6889e2ef8ab9ef048a5ed98ebc 100644
--- a/talk/session/media/mediamonitor.cc
+++ b/webrtc/pc/mediamonitor.cc
@@ -25,9 +25,9 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/session/media/channelmanager.h"
-#include "talk/session/media/mediamonitor.h"
#include "webrtc/base/common.h"
+#include "webrtc/pc/channelmanager.h"
+#include "webrtc/pc/mediamonitor.h"
namespace cricket {
« no previous file with comments | « webrtc/pc/mediamonitor.h ('k') | webrtc/pc/mediasession.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698