| Index: content/renderer/media/mock_media_stream_registry.cc
|
| diff --git a/content/renderer/media/mock_media_stream_registry.cc b/content/renderer/media/mock_media_stream_registry.cc
|
| index 964be2a6854b55cc1fb0795a59c54d544c2c3438..e0e2dce73e0e307df32de8745c98ef085bdbfb7a 100644
|
| --- a/content/renderer/media/mock_media_stream_registry.cc
|
| +++ b/content/renderer/media/mock_media_stream_registry.cc
|
| @@ -7,10 +7,10 @@
|
| #include <string>
|
|
|
| #include "base/utf_string_conversions.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/Source/Platform/chromium/public/WebString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamSource.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/libjingle/source/talk/media/base/videocapturer.h"
|
|
|
| namespace content {
|
|
|