| Index: Source/core/rendering/style/ContentData.h
|
| diff --git a/Source/core/rendering/style/ContentData.h b/Source/core/rendering/style/ContentData.h
|
| index e93bff3fab2587d93a248148d5d54e4a4b7de8f5..580a0a24a26b1e8d7f0c121d5ffd397eae6e0de2 100644
|
| --- a/Source/core/rendering/style/ContentData.h
|
| +++ b/Source/core/rendering/style/ContentData.h
|
| @@ -27,8 +27,8 @@
|
|
|
| #include "core/rendering/style/CounterContent.h"
|
| #include "core/rendering/style/StyleImage.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/PassOwnPtr.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|
|
|