| Index: Source/core/platform/text/TextCodecICU.cpp
|
| diff --git a/Source/core/platform/text/TextCodecICU.cpp b/Source/core/platform/text/TextCodecICU.cpp
|
| index 93b5ef122af47a09c93aaa63b526592dbf64176c..08d6658436cf9e24c55f7730ac701c68dd4d1910 100644
|
| --- a/Source/core/platform/text/TextCodecICU.cpp
|
| +++ b/Source/core/platform/text/TextCodecICU.cpp
|
| @@ -30,7 +30,7 @@
|
|
|
| #include <unicode/ucnv.h>
|
| #include <unicode/ucnv_cb.h>
|
| -#include "ThreadGlobalData.h"
|
| +#include "core/platform/ThreadGlobalData.h"
|
| #include <wtf/Assertions.h>
|
| #include <wtf/StringExtras.h>
|
| #include <wtf/text/CString.h>
|
|
|