| Index: Source/core/platform/graphics/WidthIterator.h
|
| diff --git a/Source/core/platform/graphics/WidthIterator.h b/Source/core/platform/graphics/WidthIterator.h
|
| index 2e8aadd298e1e2c78212dece5824ec25ba5074cf..929fc119611752639b6bb8ab3a6ff4877c7fbd8c 100644
|
| --- a/Source/core/platform/graphics/WidthIterator.h
|
| +++ b/Source/core/platform/graphics/WidthIterator.h
|
| @@ -25,9 +25,9 @@
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/SVGGlyph.h"
|
| #include "core/platform/graphics/TextRun.h"
|
| -#include <wtf/HashSet.h>
|
| -#include <wtf/unicode/Unicode.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashSet.h"
|
| +#include "wtf/unicode/Unicode.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|