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

Unified Diff: webrtc/media/engine/webrtcvideoengine2_unittest.cc

Issue 1684163002: Rename webrtc/media/webrtc -> webrtc/media/engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase f396f6085f9e4f16f37471a7828e3e31308c0d52 #11590 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/engine/webrtcvideoengine2.cc ('k') | webrtc/media/engine/webrtcvideoframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/webrtcvideoengine2_unittest.cc
diff --git a/webrtc/media/webrtc/webrtcvideoengine2_unittest.cc b/webrtc/media/engine/webrtcvideoengine2_unittest.cc
similarity index 99%
rename from webrtc/media/webrtc/webrtcvideoengine2_unittest.cc
rename to webrtc/media/engine/webrtcvideoengine2_unittest.cc
index f12cc65124fa86f16c11b675527ab1067d8e2893..c2293426891884d6006b0725c4e38718ea129880 100644
--- a/webrtc/media/webrtc/webrtcvideoengine2_unittest.cc
+++ b/webrtc/media/engine/webrtcvideoengine2_unittest.cc
@@ -19,12 +19,12 @@
#include "webrtc/base/stringutils.h"
#include "webrtc/media/base/testutils.h"
#include "webrtc/media/base/videoengine_unittest.h"
-#include "webrtc/media/webrtc/fakewebrtccall.h"
-#include "webrtc/media/webrtc/fakewebrtcvideoengine.h"
-#include "webrtc/media/webrtc/simulcast.h"
-#include "webrtc/media/webrtc/webrtcvideochannelfactory.h"
-#include "webrtc/media/webrtc/webrtcvideoengine2.h"
-#include "webrtc/media/webrtc/webrtcvoiceengine.h"
+#include "webrtc/media/engine/fakewebrtccall.h"
+#include "webrtc/media/engine/fakewebrtcvideoengine.h"
+#include "webrtc/media/engine/simulcast.h"
+#include "webrtc/media/engine/webrtcvideochannelfactory.h"
+#include "webrtc/media/engine/webrtcvideoengine2.h"
+#include "webrtc/media/engine/webrtcvoiceengine.h"
#include "webrtc/test/field_trial.h"
#include "webrtc/video_encoder.h"
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2.cc ('k') | webrtc/media/engine/webrtcvideoframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698