| Index: Source/core/paint/TextPainterTest.cpp
|
| diff --git a/Source/core/paint/TextPainterTest.cpp b/Source/core/paint/TextPainterTest.cpp
|
| index d152afc10a3ebfbf3ec4572ce49f5a104d20a9b0..c9713a0c72364a694628dece24cddb1618b3af4b 100644
|
| --- a/Source/core/paint/TextPainterTest.cpp
|
| +++ b/Source/core/paint/TextPainterTest.cpp
|
| @@ -11,8 +11,8 @@
|
| #include "core/frame/Settings.h"
|
| #include "core/layout/LayoutTestHelper.h"
|
| #include "core/layout/LayoutText.h"
|
| -#include "core/layout/style/ShadowData.h"
|
| -#include "core/layout/style/ShadowList.h"
|
| +#include "core/style/ShadowData.h"
|
| +#include "core/style/ShadowList.h"
|
| #include <gtest/gtest.h>
|
|
|
| namespace blink {
|
|
|