| Index: Source/core/editing/serializers/TextOffset.cpp
|
| diff --git a/Source/core/editing/TextOffset.cpp b/Source/core/editing/serializers/TextOffset.cpp
|
| similarity index 92%
|
| rename from Source/core/editing/TextOffset.cpp
|
| rename to Source/core/editing/serializers/TextOffset.cpp
|
| index 37d32a8b35d378ae10edca556a8fd91ae6a21d01..e1e31b1cef80b5ffc55e8ab4440b6193ebfda6e9 100644
|
| --- a/Source/core/editing/TextOffset.cpp
|
| +++ b/Source/core/editing/serializers/TextOffset.cpp
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "core/editing/TextOffset.h"
|
| +#include "core/editing/serializers/TextOffset.h"
|
|
|
| #include "core/dom/Text.h"
|
|
|
|
|