summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/WebDataSource.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/WebDataSource.h')
-rw-r--r--Source/WebKit/win/WebDataSource.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit/win/WebDataSource.h b/Source/WebKit/win/WebDataSource.h
index 3baa024..992e9dd 100644
--- a/Source/WebKit/win/WebDataSource.h
+++ b/Source/WebKit/win/WebDataSource.h
@@ -27,8 +27,8 @@
#define WebDataSource_H
#include "WebKit.h"
-#include "COMPtr.h"
-#include <WTF/RefPtr.h>
+#include <WebCore/COMPtr.h>
+#include <wtf/RefPtr.h>
class WebDocumentLoader;
class WebMutableURLRequest;