| Index: content/renderer/media/media_stream_center.cc
|
| diff --git a/content/renderer/media/media_stream_center.cc b/content/renderer/media/media_stream_center.cc
|
| index 14b0327c51ef18d54bbc1adbb5f99290b57451e7..ef762ef2424c8a68f150bb6c92f2e87d85f8baa3 100644
|
| --- a/content/renderer/media/media_stream_center.cc
|
| +++ b/content/renderer/media/media_stream_center.cc
|
| @@ -14,12 +14,12 @@
|
| #include "content/renderer/media/media_stream_extra_data.h"
|
| #include "content/renderer/media/media_stream_impl.h"
|
| #include "content/renderer/render_view_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamCenterClient.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamSource.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamSourcesRequest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStream.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamCenterClient.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamSource.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamSourcesRequest.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
| #include "third_party/libjingle/source/talk/app/webrtc/jsep.h"
|
|
|
|
|