Index: content/renderer/media/rtc_data_channel_handler.h |
diff --git a/content/renderer/media/rtc_data_channel_handler.h b/content/renderer/media/rtc_data_channel_handler.h |
index 2047ffe909cd7d080886a36282d8fd02e57ed11e..a58b1007667bffaebea0b76d47bfe991435062ed 100644 |
--- a/content/renderer/media/rtc_data_channel_handler.h |
+++ b/content/renderer/media/rtc_data_channel_handler.h |
@@ -9,8 +9,8 @@ |
#include "base/threading/non_thread_safe.h" |
#include "content/common/content_export.h" |
#include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCDataChannelHandler.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebRTCDataChannelHandlerClient.h" |
+#include "third_party/WebKit/public/platform/WebRTCDataChannelHandler.h" |
+#include "third_party/WebKit/public/platform/WebRTCDataChannelHandlerClient.h" |
namespace content { |