summaryrefslogtreecommitdiffstats
path: root/src/core/location_provider_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/location_provider_qt.h')
-rw-r--r--src/core/location_provider_qt.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/location_provider_qt.h b/src/core/location_provider_qt.h
index facf4b769..15b2e0520 100644
--- a/src/core/location_provider_qt.h
+++ b/src/core/location_provider_qt.h
@@ -43,12 +43,14 @@
#include "content/public/common/geoposition.h"
QT_FORWARD_DECLARE_CLASS(QThread)
-class QtPositioningHelper;
namespace base {
class MessageLoop;
}
+namespace QtWebEngineCore {
+class QtPositioningHelper;
+
class LocationProviderQt : public content::LocationProviderBase
{
public:
@@ -73,4 +75,6 @@ private:
};
//#define QT_USE_POSITIONING 1
+} // namespace QtWebEngineCore
+
#endif // LOCATION_PROVIDER_QT_H