Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1545)

Unified Diff: sky/engine/core/css/MediaQueryList.h

Issue 681113004: Remove Heap.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/engine/core/css/MediaQueryList.h
diff --git a/sky/engine/core/css/MediaQueryList.h b/sky/engine/core/css/MediaQueryList.h
index 16943eb38c943257a8e0d3cd6c2f91524b94250e..a445401cd867f9b2260a27486d5feb1d8646fcc2 100644
--- a/sky/engine/core/css/MediaQueryList.h
+++ b/sky/engine/core/css/MediaQueryList.h
@@ -25,6 +25,8 @@
#include "core/events/EventTarget.h"
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
+#include "wtf/LinkedHashSet.h"
+#include "wtf/ListHashSet.h"
#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"

Powered by Google App Engine
This is Rietveld 408576698