summaryrefslogtreecommitdiffstats
path: root/src/core/file_picker_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_picker_controller.h')
-rw-r--r--src/core/file_picker_controller.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/file_picker_controller.h b/src/core/file_picker_controller.h
index 045134b30..851dec174 100644
--- a/src/core/file_picker_controller.h
+++ b/src/core/file_picker_controller.h
@@ -37,12 +37,14 @@
#ifndef FILE_PICKER_CONTROLLER_H
#define FILE_PICKER_CONTROLLER_H
+#include "qtwebenginecoreglobal.h"
+#include <QObject>
+
namespace content {
class WebContents;
}
-#include "qtwebenginecoreglobal.h"
-#include <QObject>
+namespace QtWebEngineCore {
class QWEBENGINE_EXPORT FilePickerController : public QObject {
Q_OBJECT
@@ -74,4 +76,6 @@ private:
};
+} // namespace
+
#endif // FILE_PICKER_CONTROLLER_H