Chromium Code Reviews| Index: Source/core/css/CSSRuleList.h |
| diff --git a/Source/core/css/CSSRuleList.h b/Source/core/css/CSSRuleList.h |
| index d7bf17db4507978b69d73ae31267eede641425bd..f63c3cd535c5d4a9b0e632341c2a31c8ed184cb1 100644 |
| --- a/Source/core/css/CSSRuleList.h |
| +++ b/Source/core/css/CSSRuleList.h |
| @@ -23,11 +23,9 @@ |
| #define CSSRuleList_h |
| #include "core/dom/WebCoreMemoryInstrumentation.h" |
| -#include <wtf/PassRefPtr.h> |
| -#include <wtf/RefCounted.h> |
| -#include <wtf/RefPtr.h> |
| -#include <wtf/text/WTFString.h> |
| -#include <wtf/Vector.h> |
| +#include "wtf/PassRefPtr.h" |
| +#include "wtf/RefPtr.h" |
| +#include "wtf/Vector.h" |
| namespace WebCore { |