| Index: sky/engine/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/sky/engine/core/html/parser/HTMLParserThread.cpp b/sky/engine/core/html/parser/HTMLParserThread.cpp
|
| index b819b43696b6bdd6999bd99be110771feb91595b..d3dbb2e45376c6f39fd24f75a4e84a1d8a40802e 100644
|
| --- a/sky/engine/core/html/parser/HTMLParserThread.cpp
|
| +++ b/sky/engine/core/html/parser/HTMLParserThread.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/html/parser/HTMLParserThread.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/html/parser/HTMLParserThread.h"
|
|
|
| #include "base/threading/thread.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|