| Index: Source/core/paint/TextPainterTest.cpp
|
| diff --git a/Source/core/rendering/TextPainterTest.cpp b/Source/core/paint/TextPainterTest.cpp
|
| similarity index 99%
|
| rename from Source/core/rendering/TextPainterTest.cpp
|
| rename to Source/core/paint/TextPainterTest.cpp
|
| index 02babfdee02f47a02460d59e3636718ad424faa9..10936eac64fe506ae19ca14ce16aaac9fd55d072 100644
|
| --- a/Source/core/rendering/TextPainterTest.cpp
|
| +++ b/Source/core/paint/TextPainterTest.cpp
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "core/rendering/TextPainter.h"
|
| +#include "core/paint/TextPainter.h"
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CSSValueKeywords.h"
|
|
|