| Index: ipc/ipc_channel_proxy_unittest.cc
|
| ===================================================================
|
| --- ipc/ipc_channel_proxy_unittest.cc (revision 278168)
|
| +++ ipc/ipc_channel_proxy_unittest.cc (working copy)
|
| @@ -143,8 +143,8 @@
|
| last_filter_event_(NONE),
|
| message_filtering_enabled_(false) {}
|
|
|
| - virtual void OnFilterAdded(IPC::Sender* sender) OVERRIDE {
|
| - EXPECT_TRUE(sender);
|
| + virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE {
|
| + EXPECT_TRUE(channel);
|
| EXPECT_EQ(NONE, last_filter_event_);
|
| last_filter_event_ = FILTER_ADDED;
|
| }
|
|
|