| Index: content/renderer/media/video_source_handler_unittest.cc
|
| diff --git a/content/renderer/media/video_source_handler_unittest.cc b/content/renderer/media/video_source_handler_unittest.cc
|
| index 653d7a2cc59d62a5d949ba1ba1b1e464910f35fc..9ffb049911a979d098057c28e281fb990cf1d1d9 100644
|
| --- a/content/renderer/media/video_source_handler_unittest.cc
|
| +++ b/content/renderer/media/video_source_handler_unittest.cc
|
| @@ -12,8 +12,8 @@
|
| #include "content/renderer/media/video_source_handler.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/libjingle/source/talk/media/base/videorenderer.h"
|
| #include "third_party/libjingle/source/talk/media/webrtc/webrtcvideoframe.h"
|
|
|
|
|