diff options
Diffstat (limited to 'WebCore/storage/DatabaseTrackerClient.h')
-rw-r--r-- | WebCore/storage/DatabaseTrackerClient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/storage/DatabaseTrackerClient.h b/WebCore/storage/DatabaseTrackerClient.h index b43123c..2e0497f 100644 --- a/WebCore/storage/DatabaseTrackerClient.h +++ b/WebCore/storage/DatabaseTrackerClient.h @@ -30,10 +30,11 @@ #if ENABLE(DATABASE) +#include <wtf/Forward.h> + namespace WebCore { class SecurityOrigin; -class String; class DatabaseTrackerClient { public: |