| Index: Source/core/platform/graphics/SegmentedFontData.cpp
|
| diff --git a/Source/core/platform/graphics/SegmentedFontData.cpp b/Source/core/platform/graphics/SegmentedFontData.cpp
|
| index e9143671484f41481a9e13c62af312d1a8d90934..d1815c1118610941402c04ca91349ab82000b108 100644
|
| --- a/Source/core/platform/graphics/SegmentedFontData.cpp
|
| +++ b/Source/core/platform/graphics/SegmentedFontData.cpp
|
| @@ -27,8 +27,8 @@
|
| #include "core/platform/graphics/SegmentedFontData.h"
|
|
|
| #include "core/platform/graphics/SimpleFontData.h"
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|