summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/win/WCDataObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/win/WCDataObject.h')
-rw-r--r--WebCore/platform/win/WCDataObject.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/win/WCDataObject.h b/WebCore/platform/win/WCDataObject.h
index bdfb013..133115d 100644
--- a/WebCore/platform/win/WCDataObject.h
+++ b/WebCore/platform/win/WCDataObject.h
@@ -26,14 +26,13 @@
#ifndef WCDataObject_h
#define WCDataObject_h
+#include <wtf/Forward.h>
#include <wtf/Vector.h>
#include <ShlObj.h>
#include <objidl.h>
namespace WebCore {
-class String;
-
class WCDataObject : public IDataObject {
public:
void CopyMedium(STGMEDIUM* pMedDest, STGMEDIUM* pMedSrc, FORMATETC* pFmtSrc);