summaryrefslogtreecommitdiffstats
path: root/src/core/content_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/content_client_qt.h')
-rw-r--r--src/core/content_client_qt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/content_client_qt.h b/src/core/content_client_qt.h
index 041a829a9..f68282dcf 100644
--- a/src/core/content_client_qt.h
+++ b/src/core/content_client_qt.h
@@ -42,6 +42,8 @@
#include "ui/base/layout.h"
#include <QtCore/qcompilerdetection.h> // Needed for Q_DECL_OVERRIDE
+namespace QtWebEngineCore {
+
class ContentClientQt : public content::ContentClient {
public:
static std::string getUserAgent();
@@ -52,4 +54,6 @@ public:
virtual std::string GetProduct() const Q_DECL_OVERRIDE;
};
+} // namespace QtWebEngineCore
+
#endif // CONTENT_CLIENT_QT_H