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

Unified Diff: third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.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/platform/exported/WebRTCAnswerOptions.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp b/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
index 4a1f0aab6348a6a19c1cede5d74cf5f8ad32e9f7..5acfdccf0acb4935c3c243e37585c708f3990b8f 100644
--- a/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebRTCAnswerOptions.cpp
@@ -4,7 +4,7 @@
#include "public/platform/WebRTCAnswerOptions.h"
-#include "platform/mediastream/RTCAnswerOptionsPlatform.h"
+#include "platform/peerconnection/RTCAnswerOptionsPlatform.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698