Index: content/renderer/media/peer_connection_handler_base.cc |
diff --git a/content/renderer/media/peer_connection_handler_base.cc b/content/renderer/media/peer_connection_handler_base.cc |
index 24585e0f8e868dc60c8473b743114e1a24f2a8c4..ab09f04924abccd22ed35c81c9f5163d0c30b0b6 100644 |
--- a/content/renderer/media/peer_connection_handler_base.cc |
+++ b/content/renderer/media/peer_connection_handler_base.cc |
@@ -8,10 +8,10 @@ |
#include "base/utf_string_conversions.h" |
#include "content/renderer/media/media_stream_dependency_factory.h" |
#include "content/renderer/media/media_stream_extra_data.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/WebString.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/WebString.h" |
namespace content { |