From 9ca5793315e248418a353cc1443f3803ae0adfe6 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 24 Nov 2009 23:25:53 +0000 Subject: Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build. Also fixes include problems in files in WebKit/android. Change-Id: I6d6312e9753eb2bbf0b61f20a6ef0eb56f990991 --- WebKit/android/WebCoreSupport/ChromeClientAndroid.h | 2 +- WebKit/android/WebCoreSupport/GeolocationPermissions.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'WebKit/android/WebCoreSupport') diff --git a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h index 5ed785a..3129d1f 100644 --- a/WebKit/android/WebCoreSupport/ChromeClientAndroid.h +++ b/WebKit/android/WebCoreSupport/ChromeClientAndroid.h @@ -29,8 +29,8 @@ #include "ChromeClient.h" #include "GeolocationPermissions.h" -#include "Threading.h" #include "Timer.h" +#include namespace WebCore { class Geolocation; diff --git a/WebKit/android/WebCoreSupport/GeolocationPermissions.h b/WebKit/android/WebCoreSupport/GeolocationPermissions.h index 59e8ce1..33434b9 100755 --- a/WebKit/android/WebCoreSupport/GeolocationPermissions.h +++ b/WebKit/android/WebCoreSupport/GeolocationPermissions.h @@ -30,11 +30,11 @@ // We must include this before before HashMap.h, as it provides specalizations // for String hash types instantiated there. #include "StringHash.h" -#include "HashMap.h" -#include "HashSet.h" #include "Timer.h" -#include "Vector.h" -#include "wtf/RefCounted.h" +#include +#include +#include +#include namespace WebCore { class Frame; -- cgit v1.1