| Index: Source/core/style/StyleRareInheritedData.cpp
|
| diff --git a/Source/core/layout/style/StyleRareInheritedData.cpp b/Source/core/style/StyleRareInheritedData.cpp
|
| similarity index 95%
|
| rename from Source/core/layout/style/StyleRareInheritedData.cpp
|
| rename to Source/core/style/StyleRareInheritedData.cpp
|
| index 2fc0ea57c05c609f35ba8b39f44274ceded24398..9dcd2b6be58f51e02fe6e5f2402781b3bf472212 100644
|
| --- a/Source/core/layout/style/StyleRareInheritedData.cpp
|
| +++ b/Source/core/style/StyleRareInheritedData.cpp
|
| @@ -20,16 +20,16 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/layout/style/StyleRareInheritedData.h"
|
| +#include "core/style/StyleRareInheritedData.h"
|
|
|
| -#include "core/layout/style/AppliedTextDecoration.h"
|
| -#include "core/layout/style/CursorData.h"
|
| -#include "core/layout/style/DataEquivalency.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/ComputedStyleConstants.h"
|
| -#include "core/layout/style/QuotesData.h"
|
| -#include "core/layout/style/ShadowList.h"
|
| -#include "core/layout/style/StyleImage.h"
|
| +#include "core/style/AppliedTextDecoration.h"
|
| +#include "core/style/CursorData.h"
|
| +#include "core/style/DataEquivalency.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| +#include "core/style/QuotesData.h"
|
| +#include "core/style/ShadowList.h"
|
| +#include "core/style/StyleImage.h"
|
|
|
| namespace blink {
|
|
|
|
|