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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp

Issue 2097563002: Split the mediastream module in Blink into mediastream and peerconnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS file Created 4 years, 6 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
Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
similarity index 96%
rename from third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp
rename to third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
index 076708be018d0062aef12a450935143618c8fc5b..66d90646b331d5bb1689bba0375be9e4905c4855 100644
--- a/third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.cpp
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.cpp
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "modules/mediastream/RTCSessionDescription.h"
+#include "modules/peerconnection/RTCSessionDescription.h"
#include "bindings/core/v8/ScriptValue.h"
#include "bindings/core/v8/V8ObjectBuilder.h"
-#include "modules/mediastream/RTCSessionDescriptionInit.h"
+#include "modules/peerconnection/RTCSessionDescriptionInit.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698