| Index: ipc/attachment_broker_privileged_win_unittest.cc
|
| diff --git a/ipc/attachment_broker_privileged_win_unittest.cc b/ipc/attachment_broker_privileged_win_unittest.cc
|
| index c4110bd3082301a85e660abc6d3ddf9c109d3407..3df40069c49deae78ce62a422dd65ec600c147fa 100644
|
| --- a/ipc/attachment_broker_privileged_win_unittest.cc
|
| +++ b/ipc/attachment_broker_privileged_win_unittest.cc
|
| @@ -280,7 +280,7 @@ TEST_F(IPCAttachmentBrokerPrivilegedWinTest, SendHandleToSelf) {
|
| CommonSetUp();
|
| // Technically, the channel is an endpoint, but we need the proxy listener to
|
| // receive the messages so that it can quit the message loop.
|
| - channel()->set_attachment_broker_endpoint(false);
|
| + channel()->SetAttachmentBrokerEndpoint(false);
|
| get_proxy_listener()->set_listener(get_broker());
|
|
|
| HANDLE h = CreateTempFile();
|
|
|