Index: webkit/tools/test_shell/mock_webclipboard_impl.h |
diff --git a/webkit/tools/test_shell/mock_webclipboard_impl.h b/webkit/tools/test_shell/mock_webclipboard_impl.h |
index 8feac7692d0198ebcd141e94ebf53aeff98aba77..57d7e17118e49421b30d9a1127ad0b39e448c3f2 100644 |
--- a/webkit/tools/test_shell/mock_webclipboard_impl.h |
+++ b/webkit/tools/test_shell/mock_webclipboard_impl.h |
@@ -11,8 +11,6 @@ |
#define WEBKIT_TOOLS_TEST_SHELL_MOCK_WEBCLIPBOARD_IMPL_H_ |
#include "third_party/WebKit/WebKit/chromium/public/WebClipboard.h" |
-#include "third_party/WebKit/WebKit/chromium/public/WebDragData.h" |
-#include "third_party/WebKit/WebKit/chromium/public/WebString.h" |
class MockWebClipboardImpl : public WebKit::WebClipboard { |
public: |
@@ -32,7 +30,6 @@ class MockWebClipboardImpl : public WebKit::WebClipboard { |
virtual void writeImage( |
const WebKit::WebImage&, const WebKit::WebURL&, |
const WebKit::WebString& title); |
- virtual void writeData(const WebKit::WebDragData&); |
private: |
WebKit::WebString m_plainText; |