Index: content/common/gpu/gpu_channel_manager.cc |
diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc |
index d46035e4e5c0b564071a61af5a3b3cf027d960fd..d695ff523bc908eb234688960e072d6d8100410c 100644 |
--- a/content/common/gpu/gpu_channel_manager.cc |
+++ b/content/common/gpu/gpu_channel_manager.cc |
@@ -278,7 +278,7 @@ uint64 GpuChannelManager::MessagesProcessed() { |
} |
void GpuChannelManager::LoseAllContexts() { |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&GpuChannelManager::OnLoseAllContexts, |
weak_factory_.GetWeakPtr())); |