| Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| index 7dd55f08bcd5f604dce39b5ae77d83422a63e766..bdbf262531c0696dfe171c10a941b4cba76fbec6 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLInputStream.h
|
| @@ -27,9 +27,9 @@
|
| #define BackgroundHTMLInputStream_h
|
|
|
| #include "platform/text/SegmentedString.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|