| Index: third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h b/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| index d3fa67d23be52b29a163b3bc40c1d9e4cd380ad1..6750a7c27a68bb18bbbeabc92f2e76c17e1947e4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
|
| @@ -27,9 +27,9 @@
|
| #define HTMLFormattingElementList_h
|
|
|
| #include "core/html/parser/HTMLStackItem.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|