| Index: Source/core/css/CSSCalculationValueTest.cpp
|
| diff --git a/Source/core/css/CSSCalculationValueTest.cpp b/Source/core/css/CSSCalculationValueTest.cpp
|
| index 3e3f7068218f2b13f8d8746a1f920e39915f6c22..f0e6b33c6240202d296d97ca0bc3ebdabef93239 100644
|
| --- a/Source/core/css/CSSCalculationValueTest.cpp
|
| +++ b/Source/core/css/CSSCalculationValueTest.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSToLengthConversionData.h"
|
| #include "core/css/StylePropertySet.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/StyleInheritedData.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/StyleInheritedData.h"
|
|
|
| #include <gtest/gtest.h>
|
|
|
|
|