| Index: content/renderer/media/video_destination_handler_unittest.cc
|
| diff --git a/content/renderer/media/video_destination_handler_unittest.cc b/content/renderer/media/video_destination_handler_unittest.cc
|
| index abdad6adbeb07383c481565210011da8e9962a7c..fcb14d3817b20b3e9043940949c66b580c78c959 100644
|
| --- a/content/renderer/media/video_destination_handler_unittest.cc
|
| +++ b/content/renderer/media/video_destination_handler_unittest.cc
|
| @@ -11,8 +11,8 @@
|
| #include "content/renderer/media/video_destination_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"
|
|
|
| using cricket::CapturedFrame;
|
| using cricket::CaptureState;
|
|
|