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

Unified Diff: webrtc/media/base/rtpdataengine_unittest.cc

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) 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/media/base/rtpdataengine.cc ('k') | webrtc/media/base/rtpdump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/rtpdataengine_unittest.cc
diff --git a/talk/media/base/rtpdataengine_unittest.cc b/webrtc/media/base/rtpdataengine_unittest.cc
similarity index 98%
rename from talk/media/base/rtpdataengine_unittest.cc
rename to webrtc/media/base/rtpdataengine_unittest.cc
index 38cc2c67e564e204b1c7f68dad013275c398f380..bcd0f14ead51ae05754e648a0f9c7800dec3481d 100644
--- a/talk/media/base/rtpdataengine_unittest.cc
+++ b/webrtc/media/base/rtpdataengine_unittest.cc
@@ -27,16 +27,16 @@
#include <string>
-#include "talk/media/base/constants.h"
-#include "talk/media/base/fakenetworkinterface.h"
-#include "talk/media/base/rtpdataengine.h"
-#include "talk/media/base/rtputils.h"
#include "webrtc/base/buffer.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/ssladapter.h"
#include "webrtc/base/timing.h"
+#include "webrtc/media/base/constants.h"
+#include "webrtc/media/base/fakenetworkinterface.h"
+#include "webrtc/media/base/rtpdataengine.h"
+#include "webrtc/media/base/rtputils.h"
class FakeTiming : public rtc::Timing {
public:
« no previous file with comments | « webrtc/media/base/rtpdataengine.cc ('k') | webrtc/media/base/rtpdump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698