| Index: Source/core/platform/graphics/SurrogatePairAwareTextIterator.h
|
| diff --git a/Source/core/platform/graphics/SurrogatePairAwareTextIterator.h b/Source/core/platform/graphics/SurrogatePairAwareTextIterator.h
|
| index 85c9694c76a22cdeaeeb3ba841b10a0a50316813..7cf7340bdd2468546f7d414033f43ddcddc6c3b7 100644
|
| --- a/Source/core/platform/graphics/SurrogatePairAwareTextIterator.h
|
| +++ b/Source/core/platform/graphics/SurrogatePairAwareTextIterator.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SurrogatePairAwareTextIterator_h
|
| #define SurrogatePairAwareTextIterator_h
|
|
|
| -#include <wtf/unicode/CharacterNames.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/unicode/CharacterNames.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|