| Index: Source/core/platform/mediastream/MediaStreamComponent.h
|
| diff --git a/Source/core/platform/mediastream/MediaStreamComponent.h b/Source/core/platform/mediastream/MediaStreamComponent.h
|
| index 24cd068e432df8cabab50632f4280d9c02802194..6a47c5483fc17d8ebf040da77fa2bfadeaf62027 100644
|
| --- a/Source/core/platform/mediastream/MediaStreamComponent.h
|
| +++ b/Source/core/platform/mediastream/MediaStreamComponent.h
|
| @@ -32,9 +32,9 @@
|
| #ifndef MediaStreamComponent_h
|
| #define MediaStreamComponent_h
|
|
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|