summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_adapter_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_context_adapter_client.h')
-rw-r--r--src/core/browser_context_adapter_client.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/browser_context_adapter_client.h b/src/core/browser_context_adapter_client.h
index 1c61a3c6e..4a57b75c4 100644
--- a/src/core/browser_context_adapter_client.h
+++ b/src/core/browser_context_adapter_client.h
@@ -41,6 +41,8 @@
#include <QString>
#include <QUrl>
+namespace QtWebEngineCore {
+
class QWEBENGINE_EXPORT BrowserContextAdapterClient
{
public:
@@ -73,4 +75,6 @@ public:
virtual void downloadUpdated(const DownloadItemInfo &info) = 0;
};
+} // namespace
+
#endif // BROWSER_CONTEXT_ADAPTER_CLIENT_H