summaryrefslogtreecommitdiffstats
path: root/WebKit/win/DefaultDownloadDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/win/DefaultDownloadDelegate.h')
-rw-r--r--WebKit/win/DefaultDownloadDelegate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/win/DefaultDownloadDelegate.h b/WebKit/win/DefaultDownloadDelegate.h
index 6175170..b8fb8a7 100644
--- a/WebKit/win/DefaultDownloadDelegate.h
+++ b/WebKit/win/DefaultDownloadDelegate.h
@@ -27,9 +27,11 @@
#include "COMPtr.h"
#include "WebKit.h"
+#include <wtf/HashSet.h>
+#if USE(CFNETWORK)
#include <CFNetwork/CFURLDownloadPriv.h>
-#include <wtf/HashSet.h>
+#endif
class DefaultDownloadDelegate : public IWebDownloadDelegate
{