| Index: third_party/WebKit/Source/platform/text/StringTruncator.cpp
|
| diff --git a/third_party/WebKit/Source/platform/text/StringTruncator.cpp b/third_party/WebKit/Source/platform/text/StringTruncator.cpp
|
| index 89eab0c4bb5fee78054034887bcafa4fafe28da3..80909f972acc48c36a8a33c2ae60bda9aa9a2917 100644
|
| --- a/third_party/WebKit/Source/platform/text/StringTruncator.cpp
|
| +++ b/third_party/WebKit/Source/platform/text/StringTruncator.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "platform/fonts/Font.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|