Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index f48837fd0c367adbf90b8f6a038414061ec8b433..ef7659811f313f5bcc566bbdd12798f56af32265 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -55,7 +55,6 @@ |
#include "core/frame/HostsUsingFeatures.h" |
#include "core/html/parser/ParserSynchronizationPolicy.h" |
#include "core/page/PageVisibilityState.h" |
-#include "core/style/ComputedStyle.h" |
#include "platform/Length.h" |
#include "platform/Timer.h" |
#include "platform/WebTaskRunner.h" |
@@ -82,6 +81,7 @@ class CharacterData; |
class ChromeClient; |
class CompositorPendingAnimations; |
class Comment; |
+class ComputedStyle; |
class ConsoleMessage; |
class ContextFeatures; |
class V0CustomElementMicrotaskRunQueue; |