| Index: third_party/WebKit/Source/core/html/parser/HTMLElementStack.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h b/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h
|
| index 4996da15524aaabbc0bfa013b1173a887e72fa42..92859ca106e369f82c86acfb65189de75fb464ac 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h
|
| @@ -28,9 +28,9 @@
|
| #define HTMLElementStack_h
|
|
|
| #include "core/html/parser/HTMLStackItem.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|