Chromium Code Reviews| Index: Source/core/page/DragState.h |
| diff --git a/Source/core/page/DragState.h b/Source/core/page/DragState.h |
| index 0d3d23e6f49f108d248ee62beb015df9afcdb66d..c032e1bfa04b997dca4611115feeb62d3707a285 100644 |
| --- a/Source/core/page/DragState.h |
| +++ b/Source/core/page/DragState.h |
| @@ -26,8 +26,8 @@ |
| #ifndef DragState_h |
| #define DragState_h |
| -#include "Clipboard.h" |
| -#include "Node.h" |
| +#include "core/dom/Clipboard.h" |
| +#include "core/dom/Node.h" |
| #include "core/page/DragActions.h" |
| #include <wtf/Forward.h> |
| #include <wtf/Noncopyable.h> |