Index: content/common/gpu/gpu_channel.cc |
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc |
index bd0468f66c851429d68acf2d15de534f101d646a..51cd9d75e33a065c9e58e8b6bba9e808b97fb555 100644 |
--- a/content/common/gpu/gpu_channel.cc |
+++ b/content/common/gpu/gpu_channel.cc |
@@ -358,7 +358,7 @@ int GpuChannel::GenerateRouteID() { |
return ++last_id; |
} |
-void GpuChannel::AddRoute(int32 route_id, IPC::Channel::Listener* listener) { |
+void GpuChannel::AddRoute(int32 route_id, IPC::Listener* listener) { |
router_.AddRoute(route_id, listener); |
} |