| Index: third_party/WebKit/Source/platform/text/TextBoundaries.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/TextBoundaries.cpp b/third_party/WebKit/Source/platform/text/TextBoundaries.cpp
|
| index 96eb2d5a0aba0dca0a185e40fc6b808e147a332a..f5c91ace5bf11099947738dc1452a28d67002cb7 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextBoundaries.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/TextBoundaries.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "platform/text/TextBoundaries.h"
|
|
|
| #include "platform/text/TextBreakIterator.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/StringImpl.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
|
|
| using namespace WTF;
|
| using namespace Unicode;
|
|
|