Index: content/browser/gpu/browser_gpu_channel_host_factory.h |
diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.h b/content/browser/gpu/browser_gpu_channel_host_factory.h |
index f9290bb3c71be729622d684b446d868aa40e213e..2d3c02148ca68e09c538d8218e870229f3a2cab3 100644 |
--- a/content/browser/gpu/browser_gpu_channel_host_factory.h |
+++ b/content/browser/gpu/browser_gpu_channel_host_factory.h |
@@ -23,7 +23,7 @@ class BrowserGpuChannelHostFactory : public GpuChannelHostFactory { |
// GpuChannelHostFactory implementation. |
virtual bool IsMainThread() OVERRIDE; |
virtual bool IsIOThread() OVERRIDE; |
- virtual MessageLoop* GetMainLoop() OVERRIDE; |
+ virtual base::MessageLoop* GetMainLoop() OVERRIDE; |
virtual scoped_refptr<base::MessageLoopProxy> GetIOLoopProxy() OVERRIDE; |
virtual base::WaitableEvent* GetShutDownEvent() OVERRIDE; |
virtual scoped_ptr<base::SharedMemory> AllocateSharedMemory( |