summaryrefslogtreecommitdiffstats
path: root/src/core/web_channel_ipc_transport_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_channel_ipc_transport_host.h')
-rw-r--r--src/core/web_channel_ipc_transport_host.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/web_channel_ipc_transport_host.h b/src/core/web_channel_ipc_transport_host.h
index a30cab088..9c21116f1 100644
--- a/src/core/web_channel_ipc_transport_host.h
+++ b/src/core/web_channel_ipc_transport_host.h
@@ -44,9 +44,10 @@
#include "qtwebenginecoreglobal.h"
#include <QtCore/QObject>
-
QT_FORWARD_DECLARE_CLASS(QString)
+namespace QtWebEngineCore {
+
class WebChannelIPCTransportHost : public QWebChannelAbstractTransport
, public content::WebContentsObserver
{
@@ -62,4 +63,6 @@ private:
void onWebChannelMessage(const std::vector<char> &message);
};
+} // namespace
+
#endif // WEB_CHANNEL_IPC_TRANSPORT_H