| Index: Source/core/layout/LayoutQuote.h
|
| diff --git a/Source/core/layout/LayoutQuote.h b/Source/core/layout/LayoutQuote.h
|
| index eed1360e15a86db5ed52297ac3e0ef161be36d3e..8e655906e0f38c8a53e38f3e52a3a72cd4864d6a 100644
|
| --- a/Source/core/layout/LayoutQuote.h
|
| +++ b/Source/core/layout/LayoutQuote.h
|
| @@ -23,9 +23,9 @@
|
| #define LayoutQuote_h
|
|
|
| #include "core/layout/LayoutInline.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/ComputedStyleConstants.h"
|
| -#include "core/layout/style/QuotesData.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| +#include "core/style/QuotesData.h"
|
|
|
| namespace blink {
|
|
|
|
|