| Index: Source/core/editing/DocumentMarkerController.h
|
| diff --git a/Source/core/dom/DocumentMarkerController.h b/Source/core/editing/DocumentMarkerController.h
|
| similarity index 99%
|
| rename from Source/core/dom/DocumentMarkerController.h
|
| rename to Source/core/editing/DocumentMarkerController.h
|
| index 20d0e910d9d1d4dbcc0d0115552310db8a79b352..d7f7eccace9acc47801172ffd3e4e053c48423cc 100644
|
| --- a/Source/core/dom/DocumentMarkerController.h
|
| +++ b/Source/core/editing/DocumentMarkerController.h
|
| @@ -28,7 +28,7 @@
|
| #define DocumentMarkerController_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/dom/DocumentMarker.h"
|
| +#include "core/editing/DocumentMarker.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
|
|