| Index: third_party/WebKit/Source/core/page/DragState.h
|
| diff --git a/third_party/WebKit/Source/core/page/DragState.h b/third_party/WebKit/Source/core/page/DragState.h
|
| index bae382f6ddbe2e636aa45abd11b79a756e045bb6..b7b3d3efa322837c40f10cc2d8607e02e874e6d9 100644
|
| --- a/third_party/WebKit/Source/core/page/DragState.h
|
| +++ b/third_party/WebKit/Source/core/page/DragState.h
|
| @@ -29,15 +29,13 @@
|
| #include "core/page/DragActions.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
| class DataTransfer;
|
| class Node;
|
|
|
| -// TODO(Oilpan): when Node is always on the heap, just derive from GarbageCollected<>.
|
| -class DragState final : public GarbageCollectedFinalized<DragState> {
|
| +class DragState final : public GarbageCollected<DragState> {
|
| WTF_MAKE_NONCOPYABLE(DragState);
|
| public:
|
| DragState() { }
|
|
|