| Index: third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| index 7e78a5e271674082f08e7cb7cefd9f8b94899745..933fb964ab6f403559213ec3bf771f4f79ff2125 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h
|
| @@ -32,9 +32,9 @@
|
| #include "core/html/parser/HTMLElementStack.h"
|
| #include "core/html/parser/HTMLFormattingElementList.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|