summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/WebCoreSupport/InspectorClientQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/WebCoreSupport/InspectorClientQt.h')
-rw-r--r--WebKit/qt/WebCoreSupport/InspectorClientQt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/qt/WebCoreSupport/InspectorClientQt.h b/WebKit/qt/WebCoreSupport/InspectorClientQt.h
index c996f55..9526c88 100644
--- a/WebKit/qt/WebCoreSupport/InspectorClientQt.h
+++ b/WebKit/qt/WebCoreSupport/InspectorClientQt.h
@@ -35,6 +35,7 @@
#include "OwnPtr.h"
#include "PassOwnPtr.h"
#include <QtCore/QString>
+#include <wtf/Forward.h>
class QWebPage;
class QWebView;
@@ -42,7 +43,6 @@ class QWebView;
namespace WebCore {
class Node;
class Page;
-class String;
class InspectorClientQt : public InspectorClient {
public: