| Index: sky/engine/platform/text/TextBreakIteratorInternalICU.cpp
|
| diff --git a/sky/engine/platform/text/TextBreakIteratorInternalICU.cpp b/sky/engine/platform/text/TextBreakIteratorInternalICU.cpp
|
| index adcd70274d67c85aec033475e10804c54cdce7fb..99f9c399831d60596f233f6b61f7b113d6dbb34a 100644
|
| --- a/sky/engine/platform/text/TextBreakIteratorInternalICU.cpp
|
| +++ b/sky/engine/platform/text/TextBreakIteratorInternalICU.cpp
|
| @@ -19,13 +19,13 @@
|
| *
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/text/TextBreakIteratorInternalICU.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/text/TextBreakIteratorInternalICU.h"
|
|
|
| -#include "platform/Language.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/Language.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|