diff options
Diffstat (limited to 'WebCore/storage/chromium/QuotaTracker.h')
-rw-r--r-- | WebCore/storage/chromium/QuotaTracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/storage/chromium/QuotaTracker.h b/WebCore/storage/chromium/QuotaTracker.h index b913563..774475e 100644 --- a/WebCore/storage/chromium/QuotaTracker.h +++ b/WebCore/storage/chromium/QuotaTracker.h @@ -35,8 +35,8 @@ #include "PlatformString.h" #include "SecurityOrigin.h" -#include "StringHash.h" #include <wtf/HashMap.h> +#include <wtf/text/StringHash.h> namespace WebCore { |