| Index: Source/core/platform/graphics/LayoutRect.h
|
| diff --git a/Source/core/platform/graphics/LayoutRect.h b/Source/core/platform/graphics/LayoutRect.h
|
| index b125d002c63c40d73e9e85513eb1646ebc531c80..a9a5a4d3842c2819acbb4ea8770401a9787a4165 100644
|
| --- a/Source/core/platform/graphics/LayoutRect.h
|
| +++ b/Source/core/platform/graphics/LayoutRect.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/graphics/LayoutBoxExtent.h"
|
| #include "core/platform/graphics/LayoutPoint.h"
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|