summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-02-24 03:34:12 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-24 03:34:12 -0800
commit2cfbb169e5870d377ef9986b5cd74713abb38ca7 (patch)
tree6d441f1beb485d3beed9c39c60df5596552963fe
parentc8035b17c6fa653b184c8fbdc19392fae310a0f1 (diff)
parentd9d706d92081b253e54121c34fd5b3928496b78a (diff)
downloadexternal_webkit-2cfbb169e5870d377ef9986b5cd74713abb38ca7.zip
external_webkit-2cfbb169e5870d377ef9986b5cd74713abb38ca7.tar.gz
external_webkit-2cfbb169e5870d377ef9986b5cd74713abb38ca7.tar.bz2
Merge "Removes repeated headers in Geolocation.cpp"
-rw-r--r--WebCore/page/Geolocation.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/page/Geolocation.cpp b/WebCore/page/Geolocation.cpp
index 161160a..2db798e 100644
--- a/WebCore/page/Geolocation.cpp
+++ b/WebCore/page/Geolocation.cpp
@@ -45,14 +45,6 @@
#include "PositionError.h"
#endif
-#if ENABLE(CLIENT_BASED_GEOLOCATION)
-#include "Coordinates.h"
-#include "GeolocationController.h"
-#include "GeolocationError.h"
-#include "GeolocationPosition.h"
-#include "PositionError.h"
-#endif
-
namespace WebCore {
static const char permissionDeniedErrorMessage[] = "User denied Geolocation";