| Index: Source/core/editing/markers/DocumentMarkerControllerTest.cpp
|
| diff --git a/Source/core/dom/DocumentMarkerControllerTest.cpp b/Source/core/editing/markers/DocumentMarkerControllerTest.cpp
|
| similarity index 98%
|
| rename from Source/core/dom/DocumentMarkerControllerTest.cpp
|
| rename to Source/core/editing/markers/DocumentMarkerControllerTest.cpp
|
| index 8b99602dba11cad01d84f7822e28b000d3812cb8..79fcfd7786feba7c2bc766fc5fe4ac5155f11bc9 100644
|
| --- a/Source/core/dom/DocumentMarkerControllerTest.cpp
|
| +++ b/Source/core/editing/markers/DocumentMarkerControllerTest.cpp
|
| @@ -29,14 +29,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/dom/DocumentMarkerController.h"
|
| +#include "core/editing/markers/DocumentMarkerController.h"
|
|
|
| #include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Range.h"
|
| -#include "core/dom/RenderedDocumentMarker.h"
|
| #include "core/dom/Text.h"
|
| #include "core/editing/EphemeralRange.h"
|
| +#include "core/editing/markers/RenderedDocumentMarker.h"
|
| #include "core/html/HTMLElement.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "wtf/PassRefPtr.h"
|
|
|