summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/browser_context_adapter.h')
-rw-r--r--src/core/browser_context_adapter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/browser_context_adapter.h b/src/core/browser_context_adapter.h
index 2a7c3465f..0e5a3605d 100644
--- a/src/core/browser_context_adapter.h
+++ b/src/core/browser_context_adapter.h
@@ -44,7 +44,10 @@
#include <QString>
#include <QVector>
+namespace QtWebEngineCore {
+
class BrowserContextAdapterClient;
+
class BrowserContextQt;
class CustomUrlSchemeHandler;
class DownloadManagerDelegateQt;
@@ -147,4 +150,6 @@ private:
Q_DISABLE_COPY(BrowserContextAdapter)
};
+} // namespace QtWebEngineCore
+
#endif // BROWSER_CONTEXT_ADAPTER_H