Index: content/renderer/media/media_stream_dependency_factory.cc |
diff --git a/content/renderer/media/media_stream_dependency_factory.cc b/content/renderer/media/media_stream_dependency_factory.cc |
index a0f8468699f59b71399f6330c54ccc55ea517dc6..4faebcf951cb89a465e2a6959fc80277a20c8822 100644 |
--- a/content/renderer/media/media_stream_dependency_factory.cc |
+++ b/content/renderer/media/media_stream_dependency_factory.cc |
@@ -26,11 +26,11 @@ |
#include "content/renderer/p2p/port_allocator.h" |
#include "content/renderer/render_thread_impl.h" |
#include "jingle/glue/thread_wrapper.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/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/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |