| Index: Source/core/platform/graphics/SimpleFontData.h
|
| diff --git a/Source/core/platform/graphics/SimpleFontData.h b/Source/core/platform/graphics/SimpleFontData.h
|
| index df24e07c4171100ff5acf65ee6b14cd112bba273..a1fd20be86ee77a9a1f5c05165d3f34db39e24ed 100644
|
| --- a/Source/core/platform/graphics/SimpleFontData.h
|
| +++ b/Source/core/platform/graphics/SimpleFontData.h
|
| @@ -36,13 +36,13 @@
|
| #include "core/platform/graphics/opentype/OpenTypeVerticalData.h"
|
| #endif
|
| #include "core/platform/graphics/TypesettingFeatures.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/StringHash.h>
|
| -#include <wtf/UnusedParam.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/StringHash.h"
|
| +#include "wtf/UnusedParam.h"
|
|
|
| #if OS(DARWIN)
|
| -#include <wtf/RetainPtr.h>
|
| +#include "wtf/RetainPtr.h"
|
| #endif
|
|
|
| namespace WebCore {
|
|
|