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; |