Chromium Code Reviews| Index: Source/core/css/CSSValueList.h |
| diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h |
| index ef47a4235de26f118a4bf26865b46cca93e338c6..c6cd508c1632c9b46c7e1a009eb54745c3e0345e 100644 |
| --- a/Source/core/css/CSSValueList.h |
| +++ b/Source/core/css/CSSValueList.h |
| @@ -22,8 +22,8 @@ |
| #define CSSValueList_h |
| #include "core/css/CSSValue.h" |
| -#include <wtf/PassRefPtr.h> |
| -#include <wtf/Vector.h> |
| +#include "wtf/PassRefPtr.h" |
| +#include "wtf/Vector.h" |
| namespace WebCore { |