| Index: Source/core/html/parser/BackgroundHTMLInputStream.h
|
| diff --git a/Source/core/html/parser/BackgroundHTMLInputStream.h b/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| index 58b76d51bea337c1addc109d33f6262357cbae25..036533fe91dcc8eb4ab651ba87bd6f4a89dec856 100644
|
| --- a/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| +++ b/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| @@ -27,8 +27,8 @@
|
| #define BackgroundHTMLInputStream_h
|
|
|
| #include "core/platform/text/SegmentedString.h"
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|