diff options
Diffstat (limited to 'Source/WebKit/win/WebHistoryItem.h')
-rw-r--r-- | Source/WebKit/win/WebHistoryItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/win/WebHistoryItem.h b/Source/WebKit/win/WebHistoryItem.h index 7e420397f..aad0fdafc 100644 --- a/Source/WebKit/win/WebHistoryItem.h +++ b/Source/WebKit/win/WebHistoryItem.h @@ -29,9 +29,9 @@ #include "WebKit.h" #include <CoreFoundation/CoreFoundation.h> -#include <WebCore/PlatformString.h> #include <wtf/PassRefPtr.h> #include <wtf/RefPtr.h> +#include <wtf/text/WTFString.h> namespace WebCore { class HistoryItem; |