| Index: sky/engine/core/editing/htmlediting.h
|
| diff --git a/sky/engine/core/editing/htmlediting.h b/sky/engine/core/editing/htmlediting.h
|
| index 03dbf417bca17b0e7980cd962d35a4c5c82d2431..f4b29bbfeaa00123f505f1b5dd6c38d0b1af7c24 100644
|
| --- a/sky/engine/core/editing/htmlediting.h
|
| +++ b/sky/engine/core/editing/htmlediting.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef htmlediting_h
|
| #define htmlediting_h
|
|
|
| -#include "core/dom/Position.h"
|
| -#include "core/editing/EditingBoundary.h"
|
| -#include "platform/text/TextDirection.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/unicode/CharacterNames.h"
|
| +#include "sky/engine/core/dom/Position.h"
|
| +#include "sky/engine/core/editing/EditingBoundary.h"
|
| +#include "sky/engine/platform/text/TextDirection.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/unicode/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|