| Index: sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| diff --git a/sky/engine/core/html/parser/InputStreamPreprocessor.h b/sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| index a301b49a4a99ce20ce61f6ef805e3a0e04798089..65b37049cf11e790500e796110717f721d645897 100644
|
| --- a/sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| +++ b/sky/engine/core/html/parser/InputStreamPreprocessor.h
|
| @@ -28,8 +28,8 @@
|
| #ifndef InputStreamPreprocessor_h
|
| #define InputStreamPreprocessor_h
|
|
|
| -#include "platform/text/SegmentedString.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "sky/engine/platform/text/SegmentedString.h"
|
| +#include "sky/engine/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|