| Index: Source/core/platform/mediastream/MediaStreamSource.h
|
| diff --git a/Source/core/platform/mediastream/MediaStreamSource.h b/Source/core/platform/mediastream/MediaStreamSource.h
|
| index c0092c20510e006a4725a3a8968994b3d43e86ca..3e5b189795a8ad56859515ff3ab7c839b486086d 100644
|
| --- a/Source/core/platform/mediastream/MediaStreamSource.h
|
| +++ b/Source/core/platform/mediastream/MediaStreamSource.h
|
| @@ -34,10 +34,10 @@
|
|
|
| #if ENABLE(MEDIA_STREAM)
|
|
|
| -#include "AudioDestinationConsumer.h"
|
| +#include "core/platform/audio/AudioDestinationConsumer.h"
|
| #include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|