| Index: Source/core/platform/graphics/IntSizeHash.h
|
| diff --git a/Source/core/platform/graphics/IntSizeHash.h b/Source/core/platform/graphics/IntSizeHash.h
|
| index f8829043a814e1169d0e1299ac8fbe3fb03624cf..71f26405d0a09ec59df3907d28ecb74dcda8cd62 100644
|
| --- a/Source/core/platform/graphics/IntSizeHash.h
|
| +++ b/Source/core/platform/graphics/IntSizeHash.h
|
| @@ -21,8 +21,8 @@
|
| #define IntSizeHash_h
|
|
|
| #include "core/platform/graphics/IntSize.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/HashSet.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/HashSet.h"
|
|
|
| namespace WTF {
|
|
|
|
|