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