| Index: sky/engine/platform/text/LocaleToScriptMapping.cpp
|
| diff --git a/sky/engine/platform/text/LocaleToScriptMapping.cpp b/sky/engine/platform/text/LocaleToScriptMapping.cpp
|
| index b2f56081f1b8a229a145db4c4aa5e567c7e0c9c0..6bd27f93825681a7d1d803a19da3e4cf5b140393 100644
|
| --- a/sky/engine/platform/text/LocaleToScriptMapping.cpp
|
| +++ b/sky/engine/platform/text/LocaleToScriptMapping.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/text/LocaleToScriptMapping.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/text/LocaleToScriptMapping.h"
|
|
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|