| Index: Source/core/platform/graphics/StringTruncator.cpp
|
| diff --git a/Source/core/platform/graphics/StringTruncator.cpp b/Source/core/platform/graphics/StringTruncator.cpp
|
| index e34bcab7abd001cdb2f561e4c0053596648287e5..4bc39ef0fc6780049bc3b7dd0441b1463babd492 100644
|
| --- a/Source/core/platform/graphics/StringTruncator.cpp
|
| +++ b/Source/core/platform/graphics/StringTruncator.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| #include "core/platform/text/TextBreakIterator.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/unicode/CharacterNames.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/unicode/CharacterNames.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|