| Index: Source/core/style/StyleInheritedData.cpp
|
| diff --git a/Source/core/layout/style/StyleInheritedData.cpp b/Source/core/style/StyleInheritedData.cpp
|
| similarity index 95%
|
| rename from Source/core/layout/style/StyleInheritedData.cpp
|
| rename to Source/core/style/StyleInheritedData.cpp
|
| index 3516ea49c3b0a9fc04ab5000732fd6e874f7af55..afc8dd040b51aa883ef6de4a040d1c6e8f3e0b6d 100644
|
| --- a/Source/core/layout/style/StyleInheritedData.cpp
|
| +++ b/Source/core/style/StyleInheritedData.cpp
|
| @@ -20,9 +20,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/layout/style/StyleInheritedData.h"
|
| +#include "core/style/StyleInheritedData.h"
|
|
|
| -#include "core/layout/style/ComputedStyle.h"
|
| +#include "core/style/ComputedStyle.h"
|
|
|
| namespace blink {
|
|
|
|
|