| Index: third_party/WebKit/Source/platform/LayoutLocale.cpp
|
| diff --git a/third_party/WebKit/Source/platform/LayoutLocale.cpp b/third_party/WebKit/Source/platform/LayoutLocale.cpp
|
| index 67b13c50d6ef10c72a9ff5fd42cdb05e964f131a..e6a0f60a8555bf9071ac318299924c0662014ab4 100644
|
| --- a/third_party/WebKit/Source/platform/LayoutLocale.cpp
|
| +++ b/third_party/WebKit/Source/platform/LayoutLocale.cpp
|
| @@ -8,9 +8,9 @@
|
| #include "platform/fonts/AcceptLanguagesResolver.h"
|
| #include "platform/text/ICUError.h"
|
| #include "platform/text/LocaleToScriptMapping.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| #include <hb.h>
|
| #include <unicode/locid.h>
|
|
|