| Index: Source/core/platform/text/transcoder/FontTranscoder.h
|
| diff --git a/Source/core/platform/text/transcoder/FontTranscoder.h b/Source/core/platform/text/transcoder/FontTranscoder.h
|
| index b34f989a7e1753f8ed6e8cbb256d5faac30608a1..801633649a5c04380c41297a68e728164514aab5 100644
|
| --- a/Source/core/platform/text/transcoder/FontTranscoder.h
|
| +++ b/Source/core/platform/text/transcoder/FontTranscoder.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef FontTranscoder_h
|
| #define FontTranscoder_h
|
|
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/AtomicStringHash.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/text/AtomicStringHash.h"
|
|
|
| namespace WTF{
|
| class TextEncoding;
|
|
|