Index: content/common/gpu/client/gpu_channel_host.cc |
diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc |
index 6688f25f6331ad496b1e5de8f0317736824f7c09..91ff7a65b530debb67989de7db4e67b6b38da841 100644 |
--- a/content/common/gpu/client/gpu_channel_host.cc |
+++ b/content/common/gpu/client/gpu_channel_host.cc |
@@ -117,7 +117,7 @@ bool GpuChannelHost::Send(IPC::Message* message) { |
base::ThreadRestrictions::ScopedAllowWait allow_wait; |
return channel_->Send(message); |
} |
- } else if (MessageLoop::current()) { |
+ } else if (base::MessageLoop::current()) { |
return sync_filter_->Send(message); |
} |