Index: content/renderer/media/rtc_peer_connection_handler.cc |
diff --git a/content/renderer/media/rtc_peer_connection_handler.cc b/content/renderer/media/rtc_peer_connection_handler.cc |
index ab2ebcc1affb64e43e52964950a6113164edf363..6680a0a5d891e515e6519c67945fd3cb07248170 100644 |
--- a/content/renderer/media/rtc_peer_connection_handler.cc |
+++ b/content/renderer/media/rtc_peer_connection_handler.cc |
@@ -21,18 +21,18 @@ |
#include "content/renderer/media/rtc_dtmf_sender_handler.h" |
#include "content/renderer/media/rtc_media_constraints.h" |
#include "content/renderer/render_thread_impl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaConstraints.h" |
+#include "third_party/WebKit/public/platform/WebMediaConstraints.h" |
// TODO(hta): Move the following include to WebRTCStatsRequest.h file. |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamSource.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCConfiguration.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCICECandidate.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCPeerConnectionHandlerClient.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCSessionDescription.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCSessionDescriptionRequest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCStatsRequest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCVoidRequest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebMediaStreamSource.h" |
+#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h" |
+#include "third_party/WebKit/public/platform/WebRTCConfiguration.h" |
+#include "third_party/WebKit/public/platform/WebRTCICECandidate.h" |
+#include "third_party/WebKit/public/platform/WebRTCPeerConnectionHandlerClient.h" |
+#include "third_party/WebKit/public/platform/WebRTCSessionDescription.h" |
+#include "third_party/WebKit/public/platform/WebRTCSessionDescriptionRequest.h" |
+#include "third_party/WebKit/public/platform/WebRTCStatsRequest.h" |
+#include "third_party/WebKit/public/platform/WebRTCVoidRequest.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
namespace content { |