summaryrefslogtreecommitdiffstats
path: root/WebCore/page/GeolocationPositionCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/GeolocationPositionCache.h')
-rw-r--r--WebCore/page/GeolocationPositionCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/GeolocationPositionCache.h b/WebCore/page/GeolocationPositionCache.h
index c7f7e49..dd57180 100644
--- a/WebCore/page/GeolocationPositionCache.h
+++ b/WebCore/page/GeolocationPositionCache.h
@@ -26,6 +26,7 @@
#ifndef GeolocationPositionCache_h
#define GeolocationPositionCache_h
+#include <wtf/Forward.h>
#include <wtf/PassRefPtr.h>
#include <wtf/RefPtr.h>
@@ -33,7 +34,6 @@
namespace WebCore {
class Geoposition;
-class String;
class GeolocationPositionCache {
public: