Index: Source/core/dom/Range.cpp |
diff --git a/Source/core/dom/Range.cpp b/Source/core/dom/Range.cpp |
index 6dbb4423e59210e1df4c454a8e19200a668da4f2..5598e873498bbb9af10443a844176d3debe20fe4 100644 |
--- a/Source/core/dom/Range.cpp |
+++ b/Source/core/dom/Range.cpp |
@@ -43,9 +43,9 @@ |
#include "core/editing/VisibleUnits.h" |
#include "core/editing/markup.h" |
#include "core/html/HTMLElement.h" |
-#include "core/platform/graphics/FloatQuad.h" |
#include "core/rendering/RenderBoxModelObject.h" |
#include "core/rendering/RenderText.h" |
+#include "platform/geometry/FloatQuad.h" |
#include "wtf/RefCountedLeakCounter.h" |
#include "wtf/Vector.h" |
#include "wtf/text/CString.h" |