diff options
Diffstat (limited to 'Source/WebCore/platform/geoclue')
-rw-r--r-- | Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h | 2 | ||||
-rw-r--r-- | Source/WebCore/platform/geoclue/GeolocationProviderGeoclue2.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h b/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h index 654cee584..7c325939b 100644 --- a/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h +++ b/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue.h @@ -24,7 +24,7 @@ #if ENABLE(GEOLOCATION) #include "GeolocationProviderGeoclueClient.h" -#include <wtf/gobject/GRefPtr.h> +#include <wtf/glib/GRefPtr.h> #if USE(GEOCLUE2) #include "Geoclue2Interface.h" diff --git a/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue2.cpp b/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue2.cpp index cea48f3b6..50b0095d4 100644 --- a/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue2.cpp +++ b/Source/WebCore/platform/geoclue/GeolocationProviderGeoclue2.cpp @@ -28,8 +28,8 @@ #if ENABLE(GEOLOCATION) && USE(GEOCLUE2) -#include <wtf/gobject/GUniquePtr.h> -#include <wtf/gobject/GlibUtilities.h> +#include <wtf/glib/GLibUtilities.h> +#include <wtf/glib/GUniquePtr.h> #include <wtf/text/CString.h> const char* gGeoclueBusName = "org.freedesktop.GeoClue2"; |