diff options
Diffstat (limited to 'WebCore/platform/Cookie.h')
-rw-r--r-- | WebCore/platform/Cookie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/Cookie.h b/WebCore/platform/Cookie.h index 0fe3851..4eea7d2 100644 --- a/WebCore/platform/Cookie.h +++ b/WebCore/platform/Cookie.h @@ -27,7 +27,7 @@ #define Cookie_h #include "PlatformString.h" -#include "StringHash.h" +#include <wtf/text/StringHash.h> namespace WebCore { |