Index: content/renderer/media/rtc_peer_connection_handler_unittest.cc |
diff --git a/content/renderer/media/rtc_peer_connection_handler_unittest.cc b/content/renderer/media/rtc_peer_connection_handler_unittest.cc |
index a303893c7d10a5cfd3a2ce5ce2d3e4d3698d2a0d..40beaec5e97e41f0323994d3d1196524b148bf34 100644 |
--- a/content/renderer/media/rtc_peer_connection_handler_unittest.cc |
+++ b/content/renderer/media/rtc_peer_connection_handler_unittest.cc |
@@ -17,20 +17,20 @@ |
#include "content/renderer/media/rtc_peer_connection_handler.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaConstraints.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.h" |
-#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/WebRTCDTMFSenderHandler.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCDataChannelHandler.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/WebMediaConstraints.h" |
+#include "third_party/WebKit/public/platform/WebMediaStream.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/WebRTCDTMFSenderHandler.h" |
+#include "third_party/WebKit/public/platform/WebRTCDataChannelHandler.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/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" |
static const char kDummySdp[] = "dummy sdp"; |