| Index: content/renderer/media/media_stream_center.h
|
| diff --git a/content/renderer/media/media_stream_center.h b/content/renderer/media/media_stream_center.h
|
| index de5f2e180d61fd7c31b3b7c2402ffa965f780700..6dc5a5472ad3a253199f065dc0f0d3fc21b1974e 100644
|
| --- a/content/renderer/media/media_stream_center.h
|
| +++ b/content/renderer/media/media_stream_center.h
|
| @@ -8,9 +8,9 @@
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "content/common/content_export.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStream.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamCenter.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebMediaStreamTrack.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStream.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamCenter.h"
|
| +#include "third_party/WebKit/public/platform/WebMediaStreamTrack.h"
|
|
|
| namespace WebKit {
|
| class WebMediaStreamCenterClient;
|
|
|