Index: third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
index 8df5774fdf74d8554100f21ef871944c5560ad7b..59bff711c5a65ad14f75a14fcdb7d6e9ffd7e048 100644 |
--- a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
@@ -34,6 +34,9 @@ |
#include "core/CoreExport.h" |
#include "platform/WebTaskRunner.h" |
+#include "platform/heap/GarbageCollected.h" |
+#include "platform/heap/InlinedGlobalMarkingVisitor.h" |
+ |
namespace blink { |
class CORE_EXPORT LinkLoaderClient : public GarbageCollectedMixin { |