Index: third_party/WebKit/Source/core/page/Page.h |
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h |
index 0c4e1a01af106a04353a80de22d37dc72eaa27d2..256116161771d1b75868af397dde742f195a5e95 100644 |
--- a/third_party/WebKit/Source/core/page/Page.h |
+++ b/third_party/WebKit/Source/core/page/Page.h |
@@ -53,7 +53,6 @@ class ContextMenuClient; |
class ContextMenuController; |
class Document; |
class DragCaretController; |
-class DragClient; |
class DragController; |
class EditorClient; |
class FocusController; |
@@ -88,7 +87,6 @@ public: |
Member<ChromeClient> chromeClient; |
ContextMenuClient* contextMenuClient; |
EditorClient* editorClient; |
- DragClient* dragClient; |
SpellCheckerClient* spellCheckerClient; |
}; |