Index: Source/web/DragClientImpl.h |
diff --git a/Source/web/DragClientImpl.h b/Source/web/DragClientImpl.h |
index 0f3d4e3a3f7a3aa2546fb314cd3b7eb689438b6b..16faedaaee9b329b94e13acb5539a75a49e08135 100644 |
--- a/Source/web/DragClientImpl.h |
+++ b/Source/web/DragClientImpl.h |
@@ -37,17 +37,17 @@ |
namespace blink { |
class WebViewImpl; |
-class DragClientImpl FINAL : public WebCore::DragClient { |
+class DragClientImpl FINAL : public blink::DragClient { |
public: |
DragClientImpl(WebViewImpl* webView) : m_webView(webView) { } |
- virtual WebCore::DragDestinationAction actionMaskForDrag(WebCore::DragData*) OVERRIDE; |
+ virtual blink::DragDestinationAction actionMaskForDrag(blink::DragData*) OVERRIDE; |
virtual void startDrag( |
- WebCore::DragImage*, |
- const WebCore::IntPoint& dragImageOrigin, |
- const WebCore::IntPoint& eventPos, |
- WebCore::DataTransfer*, |
- WebCore::LocalFrame* frame, |
+ blink::DragImage*, |
+ const blink::IntPoint& dragImageOrigin, |
+ const blink::IntPoint& eventPos, |
+ blink::DataTransfer*, |
+ blink::LocalFrame* frame, |
bool isLinkDrag = false) OVERRIDE; |
private: |