| Index: Source/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/Source/core/html/parser/HTMLParserThread.cpp b/Source/core/html/parser/HTMLParserThread.cpp
|
| index 0ddc058768710dc1bf8be54e0478eeff17695221..182d2a79672ac0c596d2f4bee981d5f79119273b 100644
|
| --- a/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "core/html/parser/HTMLParserThread.h"
|
|
|
| -#include "core/platform/Task.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| +#include "platform/Task.h"
|
| #include "public/platform/Platform.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|