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

Unified Diff: webrtc/api/mediastream_unittest.cc

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds 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/api/mediastream.cc ('k') | webrtc/api/mediastreamhandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastream_unittest.cc
diff --git a/talk/app/webrtc/mediastream_unittest.cc b/webrtc/api/mediastream_unittest.cc
similarity index 98%
rename from talk/app/webrtc/mediastream_unittest.cc
rename to webrtc/api/mediastream_unittest.cc
index f19b9456a64db73f1cf76a5f0cfe1094bc5ea592..5d6d15d78bf3b0d470aa1ee501eae7687e577368 100644
--- a/talk/app/webrtc/mediastream_unittest.cc
+++ b/webrtc/api/mediastream_unittest.cc
@@ -27,9 +27,9 @@
#include <string>
-#include "talk/app/webrtc/audiotrack.h"
-#include "talk/app/webrtc/mediastream.h"
-#include "talk/app/webrtc/videotrack.h"
+#include "webrtc/api/audiotrack.h"
+#include "webrtc/api/mediastream.h"
+#include "webrtc/api/videotrack.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webrtc/base/gunit.h"
« no previous file with comments | « webrtc/api/mediastream.cc ('k') | webrtc/api/mediastreamhandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698