| Index: Source/core/rendering/LayoutState.h
|
| diff --git a/Source/core/rendering/LayoutState.h b/Source/core/rendering/LayoutState.h
|
| index eac3822372b1fc63c3d639419226a4177cec6dd9..452720af0c68cb90decb9fa67fd22e15cf940794 100644
|
| --- a/Source/core/rendering/LayoutState.h
|
| +++ b/Source/core/rendering/LayoutState.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #include "core/platform/graphics/LayoutRect.h"
|
| #include "core/rendering/ColumnInfo.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|
|
|