| Index: sky/engine/core/css/MediaQueryListListener.h
|
| diff --git a/sky/engine/core/css/MediaQueryListListener.h b/sky/engine/core/css/MediaQueryListListener.h
|
| index 2dc37e5765cdfdac368c3d32f5f4dfa1cdded13a..155af5ffa97f007293c04e3929217082a0795192 100644
|
| --- a/sky/engine/core/css/MediaQueryListListener.h
|
| +++ b/sky/engine/core/css/MediaQueryListListener.h
|
| @@ -21,13 +21,10 @@
|
| #define SKY_ENGINE_CORE_CSS_MEDIAQUERYLISTLISTENER_H_
|
|
|
| #include "sky/engine/core/css/MediaQueryList.h"
|
| -#include "sky/engine/platform/heap/Handle.h"
|
| #include "sky/engine/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
| -class MediaQueryList;
|
| -
|
| // See http://dev.w3.org/csswg/cssom-view/#the-mediaquerylist-interface
|
| class MediaQueryListListener : public RefCounted<MediaQueryListListener> {
|
| public:
|
|
|