Index: Source/core/css/CSSComputedStyleDeclaration.cpp |
diff --git a/Source/core/css/CSSComputedStyleDeclaration.cpp b/Source/core/css/CSSComputedStyleDeclaration.cpp |
index cfa5c742a89b84ce0d649e17574e6bad4356b0c7..f30681385c16b6c700130811df060604346fd77d 100644 |
--- a/Source/core/css/CSSComputedStyleDeclaration.cpp |
+++ b/Source/core/css/CSSComputedStyleDeclaration.cpp |
@@ -38,7 +38,7 @@ |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/PseudoElement.h" |
#include "core/layout/LayoutObject.h" |
-#include "core/layout/style/ComputedStyle.h" |
+#include "core/style/ComputedStyle.h" |
#include "wtf/text/StringBuilder.h" |
namespace blink { |