diff options
Diffstat (limited to 'webkit/support/test_media_stream_client.cc')
-rw-r--r-- | webkit/support/test_media_stream_client.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/support/test_media_stream_client.cc b/webkit/support/test_media_stream_client.cc index cd729b4..23166f4 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" |