summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecookiestoreclient_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/api/qwebenginecookiestoreclient_p.h')
-rw-r--r--src/core/api/qwebenginecookiestoreclient_p.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/api/qwebenginecookiestoreclient_p.h b/src/core/api/qwebenginecookiestoreclient_p.h
index dbb49c81f..a5b0a7068 100644
--- a/src/core/api/qwebenginecookiestoreclient_p.h
+++ b/src/core/api/qwebenginecookiestoreclient_p.h
@@ -50,7 +50,6 @@
#include "qtwebenginecoreglobal_p.h"
-#include "cookie_monster_delegate_qt.h"
#include "qwebenginecallback_p.h"
#include "qwebenginecookiestoreclient.h"
@@ -59,6 +58,10 @@
#include <QNetworkCookie>
#include <QUrl>
+namespace QtWebEngineCore {
+class CookieMonsterDelegateQt;
+}
+
QT_BEGIN_NAMESPACE
class QWEBENGINE_PRIVATE_EXPORT QWebEngineCookieStoreClientPrivate {