| Index: content/renderer/media/remote_media_stream_impl.h
|
| diff --git a/content/renderer/media/remote_media_stream_impl.h b/content/renderer/media/remote_media_stream_impl.h
|
| index 361cc702ee4dbabcae0172e213fefd16b79cb73e..cc711e41358195e2b34c1a66d8f9ff39ff48c900 100644
|
| --- a/content/renderer/media/remote_media_stream_impl.h
|
| +++ b/content/renderer/media/remote_media_stream_impl.h
|
| @@ -12,9 +12,9 @@
|
| #include "base/threading/non_thread_safe.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/libjingle/source/talk/app/webrtc/mediastreaminterface.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/public/platform/WebMediaStream.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamSource.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
|
|
| namespace content {
|
|
|
|
|