Chromium Code Reviews| Index: sky/engine/core/css/MediaQueryMatcher.h |
| diff --git a/sky/engine/core/css/MediaQueryMatcher.h b/sky/engine/core/css/MediaQueryMatcher.h |
| index 74fa75c16e67ebe54919b35b086544f853c02276..97066f844e199ebceb6e12df23421b16abe32b08 100644 |
| --- a/sky/engine/core/css/MediaQueryMatcher.h |
| +++ b/sky/engine/core/css/MediaQueryMatcher.h |
| @@ -22,8 +22,11 @@ |
| #include "platform/heap/Handle.h" |
| #include "wtf/Forward.h" |
| +#include "wtf/LinkedHashSet.h" |
| +#include "wtf/ListHashSet.h" |
| #include "wtf/RefCounted.h" |
| + |
|
abarth-chromium
2014/10/28 04:02:29
O_o
|
| namespace blink { |
| class Document; |