| Index: Source/core/css/CSSFontFaceSource.h
|
| diff --git a/Source/core/css/CSSFontFaceSource.h b/Source/core/css/CSSFontFaceSource.h
|
| index bd241712115f1676667fb80e242f51aeb3c27d67..b2cb70ba7e2ef238f3d48b09f18fe1399e6e9731 100644
|
| --- a/Source/core/css/CSSFontFaceSource.h
|
| +++ b/Source/core/css/CSSFontFaceSource.h
|
| @@ -29,8 +29,8 @@
|
| #include "core/loader/cache/CachedFont.h"
|
| #include "core/loader/cache/CachedResourceHandle.h"
|
| #include "core/platform/Timer.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|