+2017-08-22 Per Arne Vollan <pvollan@apple.com>
+
+ [Win] Fix compile errors.
+ https://bugs.webkit.org/show_bug.cgi?id=175860
+
+ Reviewed by Brent Fulgham.
+
+ Add required header files.
+
+ * platform/network/cf/CookieJarCFNet.cpp:
+
2017-08-22 Brent Fulgham <bfulgham@apple.com>
Correct SOUP builds after r221017 and r221050.
#if USE(CFURLCONNECTION)
#include "Cookie.h"
+#include "CookiesStrategy.h"
#include "NetworkStorageSession.h"
#include "NotImplemented.h"
#include "URL.h"
#include <CoreFoundation/CoreFoundation.h>
#include <pal/spi/cf/CFNetworkSPI.h>
#include <wtf/SoftLinking.h>
-#include <wtf/TypeCastsCF.h>
+#include <wtf/cf/TypeCastsCF.h>
#include <wtf/text/WTFString.h>
#if PLATFORM(WIN)
static inline CFTypeID typeID() { return ClassName##GetTypeID(); } \
};
-DECLARE_CF_TYPE_TRAIT(CFHTTPCookieRef);
+DECLARE_CF_TYPE_TRAIT(CFHTTPCookie);
#undef DECLARE_CF_TYPE_TRAIT
} // namespace WTF