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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.h') 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; -- cgit v1.1