| Index: third_party/WebKit/Source/core/page/DragData.h
|
| diff --git a/third_party/WebKit/Source/core/page/DragData.h b/third_party/WebKit/Source/core/page/DragData.h
|
| index 0466dfa650159af62ca4d725e37f24bd1798af82..8673f08547469a158b4224a43095c074be715fa6 100644
|
| --- a/third_party/WebKit/Source/core/page/DragData.h
|
| +++ b/third_party/WebKit/Source/core/page/DragData.h
|
| @@ -27,7 +27,6 @@
|
| #define DragData_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/clipboard/DataObject.h"
|
| #include "core/page/DragActions.h"
|
| #include "platform/geometry/IntPoint.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -37,6 +36,7 @@
|
|
|
| namespace blink {
|
|
|
| +class DataObject;
|
| class DocumentFragment;
|
| class LocalFrame;
|
| class Range;
|
| @@ -84,4 +84,4 @@ private:
|
|
|
| }
|
|
|
| -#endif // DragData_h
|
| +#endif // !DragData_h
|
|
|