From 2cf6c8816a73e0132bd8fa3b509d62d7c51b6e47 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 7 May 2012 11:21:11 +0200 Subject: Imported WebKit commit 7e538425aa020340619e927792f3d895061fb54b (http://svn.webkit.org/repository/webkit/trunk@116286) --- Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp') diff --git a/Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp b/Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp index 70d7b5733..8b87f0a72 100644 --- a/Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp +++ b/Source/WebKit2/UIProcess/qt/WebGeolocationProviderQt.cpp @@ -22,10 +22,9 @@ #include "WebGeolocationProviderQt.h" #if ENABLE(GEOLOCATION) - #include -using namespace WebKit; +namespace WebKit { static inline const WebGeolocationProviderQt* toLocationProvider(const void* clientInfo) { @@ -114,6 +113,8 @@ void WebGeolocationProviderQt::stopUpdating() const m_source->stopUpdates(); } +} // namespace WebKit + #include "moc_WebGeolocationProviderQt.cpp" #endif // ENABLE(GEOLOCATION) -- cgit v1.2.1