| 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 12309331efa62f2d73f1ee724522fc100dd1979e..be4109bd0dfd97a3afb69765de5d9844dd160d50 100644
|
| --- a/content/common/gpu/gpu_channel_test_common.h
|
| +++ b/content/common/gpu/gpu_channel_test_common.h
|
| @@ -60,8 +60,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;
|
|
|