| Index: Source/core/rendering/style/StyleMultiColData.h
|
| diff --git a/Source/core/rendering/style/StyleMultiColData.h b/Source/core/rendering/style/StyleMultiColData.h
|
| index d4531b34c98eabcdef49381e3c882c35ee9dfd64..25ed743fa18f51b67aa2efeb58f0cde4227b14e4 100644
|
| --- a/Source/core/rendering/style/StyleMultiColData.h
|
| +++ b/Source/core/rendering/style/StyleMultiColData.h
|
| @@ -29,8 +29,8 @@
|
| #include "core/platform/Length.h"
|
| #include "core/rendering/style/BorderValue.h"
|
| #include "core/rendering/style/RenderStyleConstants.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
|
|