summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/browser_gpu_channel_host_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/gpu/browser_gpu_channel_host_factory.cc')
-rw-r--r--content/browser/gpu/browser_gpu_channel_host_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
index 7cef1f0..a5055b6 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);
}