| Index: third_party/WebKit/Source/core/html/parser/CompactHTMLToken.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.h b/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.h
|
| index df93f0f8ec7007fc1582475335f8b35750587693..4a0ded50fb4a84297ebdb78d998917ef31019ca4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/CompactHTMLToken.h
|
| @@ -27,10 +27,10 @@
|
| #define CompactHTMLToken_h
|
|
|
| #include "core/html/parser/HTMLToken.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/TextPosition.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|