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

Unified Diff: webrtc/media/engine/webrtcvideoengine2.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.h ('k') | webrtc/media/engine/webrtcvideoengine2_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/webrtcvideoengine2.cc
diff --git a/webrtc/media/webrtc/webrtcvideoengine2.cc b/webrtc/media/engine/webrtcvideoengine2.cc
similarity index 99%
rename from webrtc/media/webrtc/webrtcvideoengine2.cc
rename to webrtc/media/engine/webrtcvideoengine2.cc
index 0a7a27bb4708ecf92aa3c42279eab7344fcd17a9..f747da997b84ccc13b3122bbbd69f560680b5bde 100644
--- a/webrtc/media/webrtc/webrtcvideoengine2.cc
+++ b/webrtc/media/engine/webrtcvideoengine2.cc
@@ -9,7 +9,7 @@
*/
#ifdef HAVE_WEBRTC_VIDEO
-#include "webrtc/media/webrtc/webrtcvideoengine2.h"
+#include "webrtc/media/engine/webrtcvideoengine2.h"
#include <algorithm>
#include <set>
@@ -23,12 +23,12 @@
#include "webrtc/call.h"
#include "webrtc/media/base/videocapturer.h"
#include "webrtc/media/base/videorenderer.h"
-#include "webrtc/media/webrtc/constants.h"
-#include "webrtc/media/webrtc/simulcast.h"
-#include "webrtc/media/webrtc/webrtcmediaengine.h"
-#include "webrtc/media/webrtc/webrtcvideoencoderfactory.h"
-#include "webrtc/media/webrtc/webrtcvideoframe.h"
-#include "webrtc/media/webrtc/webrtcvoiceengine.h"
+#include "webrtc/media/engine/constants.h"
+#include "webrtc/media/engine/simulcast.h"
+#include "webrtc/media/engine/webrtcmediaengine.h"
+#include "webrtc/media/engine/webrtcvideoencoderfactory.h"
+#include "webrtc/media/engine/webrtcvideoframe.h"
+#include "webrtc/media/engine/webrtcvoiceengine.h"
#include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
#include "webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.h"
#include "webrtc/system_wrappers/include/field_trial.h"
@@ -317,7 +317,7 @@ static int GetMaxDefaultVideoBitrateKbps(int width, int height) {
}
} // namespace
-// Constants defined in webrtc/media/webrtc/constants.h
+// Constants defined in webrtc/media/engine/constants.h
// TODO(pbos): Move these to a separate constants.cc file.
const int kMinVideoBitrate = 30;
const int kStartVideoBitrate = 300;
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2.h ('k') | webrtc/media/engine/webrtcvideoengine2_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698