Index: webkit/glue/webkitplatformsupport_impl.h |
diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h |
index 0f77447f5714e54ebaf11a629fddbff841509446..eefb902a91b118ef53dba4773b615c7abc66ee7a 100644 |
--- a/webkit/glue/webkitplatformsupport_impl.h |
+++ b/webkit/glue/webkitplatformsupport_impl.h |
@@ -25,7 +25,9 @@ |
#include "webkit/glue/webthemeengine_impl_android.h" |
#endif |
+namespace base { |
class MessageLoop; |
+} |
namespace webkit { |
class WebCompositorSupportImpl; |
@@ -177,7 +179,7 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl : |
} |
static void DestroyCurrentThread(void*); |
- MessageLoop* main_loop_; |
+ base::MessageLoop* main_loop_; |
base::OneShotTimer<WebKitPlatformSupportImpl> shared_timer_; |
void (*shared_timer_func_)(); |
double shared_timer_fire_time_; |