Index: content/common/gpu/client/gpu_channel_host.h |
diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h |
index 9f55d5ac6b5a003fe03f8f434d7d66fca2471617..1bac9ec99ab39c254f8858832ad843586ee70b1e 100644 |
--- a/content/common/gpu/client/gpu_channel_host.h |
+++ b/content/common/gpu/client/gpu_channel_host.h |
@@ -29,11 +29,11 @@ |
#include "ui/gl/gpu_preference.h" |
class GURL; |
-class MessageLoop; |
class TransportTextureService; |
struct GPUCreateCommandBufferConfig; |
namespace base { |
+class MessageLoop; |
class MessageLoopProxy; |
} |
@@ -65,7 +65,7 @@ class CONTENT_EXPORT GpuChannelHostFactory { |
virtual bool IsMainThread() = 0; |
virtual bool IsIOThread() = 0; |
- virtual MessageLoop* GetMainLoop() = 0; |
+ virtual base::MessageLoop* GetMainLoop() = 0; |
virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() = 0; |
virtual base::WaitableEvent* GetShutDownEvent() = 0; |
virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory(size_t size) = 0; |