Index: content/renderer/media/peer_connection_tracker.h |
diff --git a/content/renderer/media/peer_connection_tracker.h b/content/renderer/media/peer_connection_tracker.h |
index 53e536938ca6fc6a8402fed8eba75a6ac6cd0f2e..41c78d8785296dc50df338c1e96e3edda8ef5add 100644 |
--- a/content/renderer/media/peer_connection_tracker.h |
+++ b/content/renderer/media/peer_connection_tracker.h |
@@ -9,9 +9,9 @@ |
#include "base/compiler_specific.h" |
#include "content/public/renderer/render_process_observer.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.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/public/platform/WebMediaStream.h" |
+#include "third_party/WebKit/public/platform/WebRTCPeerConnectionHandlerClient.h" |
+#include "third_party/WebKit/public/platform/WebRTCSessionDescription.h" |
#include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" |
namespace WebKit { |