| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index e628cd8f304f84047f7cade85c86ba8626fbeb68..b0f6cc8c9e5de77714cd8421f281335964ecaa60 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -23,8 +23,8 @@
|
|
|
| #include "core/css/CSSStyleDeclaration.h"
|
| #include "core/rendering/style/RenderStyleConstants.h"
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|