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

Unified Diff: Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.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/RTCPeerConnectionHandlerChromium.cpp
diff --git a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
index 82802d52d65b5c42c5f9ed09611b5065f70151b9..b41826f3254357670121fbb79998b3e726d7d012 100644
--- a/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
+++ b/Source/core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.cpp
@@ -32,28 +32,28 @@
#if ENABLE(MEDIA_STREAM)
-#include "RTCPeerConnectionHandlerChromium.h"
-
-#include "MediaConstraints.h"
-#include "MediaStreamComponent.h"
-#include "RTCConfiguration.h"
-#include "RTCDTMFSenderHandler.h"
-#include "RTCDTMFSenderHandlerChromium.h"
-#include "RTCDataChannelHandlerChromium.h"
-#include "RTCDataChannelHandlerClient.h"
-#include "RTCIceCandidateDescriptor.h"
-#include "RTCPeerConnectionHandlerClient.h"
-#include "RTCSessionDescriptionDescriptor.h"
-#include "RTCSessionDescriptionRequest.h"
-#include "RTCStatsRequest.h"
-#include "RTCVoidRequest.h"
+#include "core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h"
+
+#include "core/platform/mediastream/MediaConstraints.h"
+#include "core/platform/mediastream/MediaStreamComponent.h"
+#include "core/platform/mediastream/RTCConfiguration.h"
+#include "core/platform/mediastream/RTCDTMFSenderHandler.h"
+#include "core/platform/mediastream/RTCDataChannelHandlerClient.h"
+#include "core/platform/mediastream/RTCIceCandidateDescriptor.h"
+#include "core/platform/mediastream/RTCPeerConnectionHandlerClient.h"
+#include "core/platform/mediastream/RTCSessionDescriptionDescriptor.h"
+#include "core/platform/mediastream/RTCSessionDescriptionRequest.h"
+#include "core/platform/mediastream/RTCStatsRequest.h"
+#include "core/platform/mediastream/RTCVoidRequest.h"
+#include "core/platform/mediastream/chromium/RTCDTMFSenderHandlerChromium.h"
+#include "core/platform/mediastream/chromium/RTCDataChannelHandlerChromium.h"
#include <public/Platform.h>
#include <public/WebMediaConstraints.h>
#include <public/WebMediaStream.h>
#include <public/WebMediaStreamTrack.h>
#include <public/WebRTCConfiguration.h>
-#include <public/WebRTCDTMFSenderHandler.h>
#include <public/WebRTCDataChannelHandler.h>
+#include <public/WebRTCDTMFSenderHandler.h>
#include <public/WebRTCICECandidate.h>
#include <public/WebRTCSessionDescription.h>
#include <public/WebRTCSessionDescriptionRequest.h>

Powered by Google App Engine
This is Rietveld 408576698