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

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

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.h
diff --git a/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h b/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h
index e364973ca1e8e9b02b849fa4f3eb024aa4030ee5..0b1e669ba1cbbcfeb3351466d5d4793ec587ea6a 100644
--- a/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h
+++ b/Source/core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h
@@ -27,8 +27,8 @@
#if ENABLE(MEDIA_STREAM)
-#include "RTCDataChannelHandler.h"
-#include "RTCDataChannelHandlerClient.h"
+#include "core/platform/mediastream/RTCDataChannelHandler.h"
+#include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
#include <public/WebRTCDataChannelHandler.h>
#include <public/WebRTCDataChannelHandlerClient.h>
#include <wtf/OwnPtr.h>

Powered by Google App Engine
This is Rietveld 408576698