| Index: Source/core/editing/Caret.h
|
| diff --git a/Source/core/editing/Caret.h b/Source/core/editing/Caret.h
|
| index 5e2c61c0c3dcdce294bd2de7af234004559ef3a7..02eb02fdb9b981e050503e84ff7e3d032831ed6f 100644
|
| --- a/Source/core/editing/Caret.h
|
| +++ b/Source/core/editing/Caret.h
|
| @@ -27,8 +27,8 @@
|
| #define Caret_h
|
|
|
| #include "core/editing/VisiblePosition.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| -#include "core/platform/graphics/LayoutRect.h"
|
| +#include "platform/geometry/IntRect.h"
|
| +#include "platform/geometry/LayoutRect.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|