| Index: third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| index 77f7505db8cfe271f9dfe928b115ae391f71d314..ec77c406a6423510a704a3472b24b2c540b4f204 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| @@ -31,12 +31,12 @@
|
| #include "core/html/parser/HTMLElementStack.h"
|
| #include "core/html/parser/HTMLParserOptions.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/TextPosition.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
|
|