| Index: Source/core/rendering/style/StyleMarqueeData.h
|
| diff --git a/Source/core/rendering/style/StyleMarqueeData.h b/Source/core/rendering/style/StyleMarqueeData.h
|
| index 33719c296e705c3d2e4e6f934b0a8b9c3f0e793c..2d3716ca583df0b838737ae3f9b39f7f7f9834df 100644
|
| --- a/Source/core/rendering/style/StyleMarqueeData.h
|
| +++ b/Source/core/rendering/style/StyleMarqueeData.h
|
| @@ -27,8 +27,8 @@
|
|
|
| #include "core/platform/Length.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 {
|
|
|
|
|