Index: content/renderer/media/peer_connection_handler_base.h |
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h |
index f9c5cef0509623eab8b6e80cff60563b7066324a..d18237b78cff9a48969a55d67ee3d3d9b3fb959d 100644 |
--- a/content/renderer/media/peer_connection_handler_base.h |
+++ b/content/renderer/media/peer_connection_handler_base.h |
@@ -11,8 +11,8 @@ |
#include "base/memory/ref_counted.h" |
#include "base/message_loop_proxy.h" |
#include "content/common/content_export.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h" |
+#include "third_party/WebKit/public/platform/WebMediaStream.h" |
+#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h" |
#include "third_party/libjingle/source/talk/app/webrtc/mediastream.h" |
#include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" |