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

Unified Diff: Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp

Issue 14483003: Absolutify paths to platform/chromium, platform/chromium/support, (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp
diff --git a/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp b/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp
index 4f3017a35d61f5f7371c1ac43f4aa060f02dd9b7..615278e6db033559b4e7c92136e1cc0709a67f14 100644
--- a/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp
+++ b/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.cpp
@@ -26,9 +26,9 @@
#if ENABLE(MEDIA_STREAM)
-#include "RTCDataChannelHandlerChromium.h"
+#include "core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h"
-#include "RTCDataChannelHandlerClient.h"
+#include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
#include <public/WebRTCDataChannelHandler.h>
#include <wtf/PassOwnPtr.h>

Powered by Google App Engine
This is Rietveld 408576698