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 a9789ff3a61edd55a7e44af1bd7f00868d8f0a45..5978b2e6dfb49153fde49b2707a93bda7213a30f 100644 |
--- a/content/common/gpu/gpu_channel_manager.cc |
+++ b/content/common/gpu/gpu_channel_manager.cc |
@@ -43,8 +43,7 @@ int GpuChannelManager::GenerateRouteID() { |
return ++last_id; |
} |
-void GpuChannelManager::AddRoute(int32 routing_id, |
- IPC::Channel::Listener* listener) { |
+void GpuChannelManager::AddRoute(int32 routing_id, IPC::Listener* listener) { |
gpu_child_thread_->AddRoute(routing_id, listener); |
} |