| Index: Source/core/style/StyleRareNonInheritedData.cpp
|
| diff --git a/Source/core/layout/style/StyleRareNonInheritedData.cpp b/Source/core/style/StyleRareNonInheritedData.cpp
|
| similarity index 97%
|
| rename from Source/core/layout/style/StyleRareNonInheritedData.cpp
|
| rename to Source/core/style/StyleRareNonInheritedData.cpp
|
| index 228bda5e87fa6f6c94c8c1dc5282a232b1487c93..8c7c96b24cb413bccf5ed2b3646e8b27da430543 100644
|
| --- a/Source/core/layout/style/StyleRareNonInheritedData.cpp
|
| +++ b/Source/core/style/StyleRareNonInheritedData.cpp
|
| @@ -20,14 +20,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/layout/style/StyleRareNonInheritedData.h"
|
| +#include "core/style/StyleRareNonInheritedData.h"
|
|
|
| -#include "core/layout/style/ContentData.h"
|
| -#include "core/layout/style/DataEquivalency.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/ShadowList.h"
|
| -#include "core/layout/style/StyleFilterData.h"
|
| -#include "core/layout/style/StyleTransformData.h"
|
| +#include "core/style/ContentData.h"
|
| +#include "core/style/DataEquivalency.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/ShadowList.h"
|
| +#include "core/style/StyleFilterData.h"
|
| +#include "core/style/StyleTransformData.h"
|
| #include "core/layout/svg/ReferenceFilterBuilder.h"
|
|
|
| namespace blink {
|
|
|