| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index 7cef1f00154ef5e8ac7c490ca41d5794a420b740..a5055b6f70285d376bed79949cf0b86c85025352 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -66,7 +66,7 @@ bool BrowserGpuChannelHostFactory::IsIOThread() {
|
| return BrowserThread::CurrentlyOn(BrowserThread::IO);
|
| }
|
|
|
| -MessageLoop* BrowserGpuChannelHostFactory::GetMainLoop() {
|
| +base::MessageLoop* BrowserGpuChannelHostFactory::GetMainLoop() {
|
| return BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::UI);
|
| }
|
|
|
|
|