| Index: webkit/support/test_media_stream_client.cc
|
| diff --git a/webkit/support/test_media_stream_client.cc b/webkit/support/test_media_stream_client.cc
|
| index cd729b4a9067e9f8cf5637be4f2da886cff35669..23166f484438db04b1f2fa8251f49bff2acb79e5 100644
|
| --- a/webkit/support/test_media_stream_client.cc
|
| +++ b/webkit/support/test_media_stream_client.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "googleurl/src/gurl.h"
|
| #include "media/base/pipeline.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.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/WebMediaStreamTrack.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaStreamRegistry.h"
|
| #include "webkit/media/media_stream_audio_renderer.h"
|
| #include "webkit/media/simple_video_frame_provider.h"
|
|
|