Index: ipc/attachment_broker_unprivileged.h |
diff --git a/ipc/attachment_broker_unprivileged.h b/ipc/attachment_broker_unprivileged.h |
index 96d3d3e3dfd4e724e43592ac503cd691d7e770fd..1e1e60e90bb308888689a7bb3db7a927d0008d06 100644 |
--- a/ipc/attachment_broker_unprivileged.h |
+++ b/ipc/attachment_broker_unprivileged.h |
@@ -10,8 +10,7 @@ |
namespace IPC { |
-class Channel; |
-class ChannelProxy; |
+class Endpoint; |
class Sender; |
// This abstract subclass of AttachmentBroker is intended for use in |
@@ -23,8 +22,7 @@ class IPC_EXPORT AttachmentBrokerUnprivileged : public IPC::AttachmentBroker { |
// In each unprivileged process, exactly one channel should be used to |
// communicate brokerable attachments with the broker process. |
- void DesignateBrokerCommunicationChannel(IPC::Channel* channel); |
- void DesignateBrokerCommunicationChannel(IPC::ChannelProxy* proxy); |
+ void DesignateBrokerCommunicationChannel(Endpoint* endpoint); |
protected: |
IPC::Sender* get_sender() { return sender_; } |