| Index: Source/core/platform/text/TextBreakIteratorICU.cpp
|
| diff --git a/Source/core/platform/text/TextBreakIteratorICU.cpp b/Source/core/platform/text/TextBreakIteratorICU.cpp
|
| index 36bd871744523e8f5233bfc1dd64db5bca0436e9..6407b728700e19587c7b4ab8cd7ea723211b3c1b 100644
|
| --- a/Source/core/platform/text/TextBreakIteratorICU.cpp
|
| +++ b/Source/core/platform/text/TextBreakIteratorICU.cpp
|
| @@ -23,7 +23,7 @@
|
| #include "core/platform/text/TextBreakIterator.h"
|
|
|
| #include "core/platform/text/LineBreakIteratorPoolICU.h"
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/WTFString.h"
|
|
|
| using namespace WTF;
|
| using namespace std;
|
|
|