summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/ChromeClientAndroid.h
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-11-25 05:49:08 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-11-25 05:49:08 -0800
commitc3d01e3597b510384b488d7d222e80a3876286b9 (patch)
tree4dedd5227be499963e1ddb6dcaed40948db228de /WebKit/android/WebCoreSupport/ChromeClientAndroid.h
parent8d4e6f47fe31b9b3990faefd42269e85cab05fc9 (diff)
parent9ca5793315e248418a353cc1443f3803ae0adfe6 (diff)
downloadexternal_webkit-c3d01e3597b510384b488d7d222e80a3876286b9.zip
external_webkit-c3d01e3597b510384b488d7d222e80a3876286b9.tar.gz
external_webkit-c3d01e3597b510384b488d7d222e80a3876286b9.tar.bz2
Merge change I6d6312e9 into eclair-mr2
* changes: Fixes WTF include in WebCore/page/Geolocation.cpp to fix Mac build.
Diffstat (limited to 'WebKit/android/WebCoreSupport/ChromeClientAndroid.h')
-rw-r--r--WebKit/android/WebCoreSupport/ChromeClientAndroid.h2
1 files changed, 1 insertions, 1 deletions
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 <wtf/Threading.h>
namespace WebCore {
class Geolocation;