| Index: Source/core/style/ContentData.cpp
|
| diff --git a/Source/core/layout/style/ContentData.cpp b/Source/core/style/ContentData.cpp
|
| similarity index 97%
|
| rename from Source/core/layout/style/ContentData.cpp
|
| rename to Source/core/style/ContentData.cpp
|
| index caccfcb61e1b507d7f9af7951bfaa1e698a4cc35..313fb5c6d7e1c0668bf41a8b4aae53c6d6c7f078 100644
|
| --- a/Source/core/layout/style/ContentData.cpp
|
| +++ b/Source/core/style/ContentData.cpp
|
| @@ -20,7 +20,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/layout/style/ContentData.h"
|
| +#include "core/style/ContentData.h"
|
|
|
| #include "core/layout/LayoutCounter.h"
|
| #include "core/layout/LayoutImage.h"
|
| @@ -28,7 +28,7 @@
|
| #include "core/layout/LayoutImageResourceStyleImage.h"
|
| #include "core/layout/LayoutQuote.h"
|
| #include "core/layout/LayoutTextFragment.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| +#include "core/style/ComputedStyle.h"
|
|
|
| namespace blink {
|
|
|
|
|