| Index: Source/core/platform/mediastream/RTCConfiguration.h
|
| diff --git a/Source/core/platform/mediastream/RTCConfiguration.h b/Source/core/platform/mediastream/RTCConfiguration.h
|
| index c96889fdcd830a379de348ea898a4caad1016337..aab97d938026b7db38a65e90b420f331f31acbd7 100644
|
| --- a/Source/core/platform/mediastream/RTCConfiguration.h
|
| +++ b/Source/core/platform/mediastream/RTCConfiguration.h
|
| @@ -33,11 +33,11 @@
|
|
|
| #if ENABLE(MEDIA_STREAM)
|
|
|
| -#include "KURL.h"
|
| +#include "core/platform/KURL.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|