| Index: content/common/gpu/gpu_channel_test_common.h
|
| diff --git a/content/common/gpu/gpu_channel_test_common.h b/content/common/gpu/gpu_channel_test_common.h
|
| index b42eeeba16f2e2f05064b6bd8c47eb1c1ff6456c..385d4b221b41c5dde7f0500ea65e2eca20d11201 100644
|
| --- a/content/common/gpu/gpu_channel_test_common.h
|
| +++ b/content/common/gpu/gpu_channel_test_common.h
|
| @@ -58,8 +58,7 @@ class TestGpuChannel : public GpuChannel {
|
|
|
| base::ProcessId GetClientPID() const override;
|
|
|
| - IPC::ChannelHandle Init(base::WaitableEvent* shutdown_event,
|
| - IPC::AttachmentBroker* attachment_broker) override;
|
| + IPC::ChannelHandle Init(base::WaitableEvent* shutdown_event) override;
|
|
|
| // IPC::Sender implementation.
|
| bool Send(IPC::Message* msg) override;
|
|
|