summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/GeolocationService.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/GeolocationService.cpp')
-rw-r--r--WebCore/platform/GeolocationService.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/WebCore/platform/GeolocationService.cpp b/WebCore/platform/GeolocationService.cpp
index be9553b..7e1f755 100644
--- a/WebCore/platform/GeolocationService.cpp
+++ b/WebCore/platform/GeolocationService.cpp
@@ -25,12 +25,13 @@
#include "config.h"
#include "GeolocationService.h"
-#include "Geoposition.h"
+
#include "GeolocationServiceMock.h"
+#include "Geoposition.h"
#include "PositionError.h"
-#include <wtf/CurrentTime.h>
#include <wtf/Assertions.h>
+#include <wtf/CurrentTime.h>
namespace WebCore {