diff options
Diffstat (limited to 'WebCore/storage/DatabaseAuthorizer.h')
-rw-r--r-- | WebCore/storage/DatabaseAuthorizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/DatabaseAuthorizer.h b/WebCore/storage/DatabaseAuthorizer.h index 66bc5d8..e7c3922 100644 --- a/WebCore/storage/DatabaseAuthorizer.h +++ b/WebCore/storage/DatabaseAuthorizer.h @@ -29,10 +29,10 @@ #define DatabaseAuthorizer_h #include "PlatformString.h" -#include "StringHash.h" #include <wtf/Forward.h> #include <wtf/HashSet.h> #include <wtf/ThreadSafeShared.h> +#include <wtf/text/StringHash.h> namespace WebCore { |