summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/win/WebURLAuthenticationChallenge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/win/WebURLAuthenticationChallenge.cpp')
-rw-r--r--Source/WebKit/win/WebURLAuthenticationChallenge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/win/WebURLAuthenticationChallenge.cpp b/Source/WebKit/win/WebURLAuthenticationChallenge.cpp
index 1663376..e12d0fd 100644
--- a/Source/WebKit/win/WebURLAuthenticationChallenge.cpp
+++ b/Source/WebKit/win/WebURLAuthenticationChallenge.cpp
@@ -27,7 +27,6 @@
#include "WebKitDLL.h"
#include "WebURLAuthenticationChallenge.h"
-#include "COMPtr.h"
#include "WebError.h"
#include "WebKit.h"
#include "WebURLAuthenticationChallengeSender.h"
@@ -36,6 +35,7 @@
#include "WebURLResponse.h"
#include "WebKit.h"
#include <WebCore/BString.h>
+#include <WebCore/COMPtr.h>
#include <WebCore/ResourceHandle.h>
using namespace WebCore;