Index: components/nacl/broker/nacl_broker_listener.h |
diff --git a/components/nacl/broker/nacl_broker_listener.h b/components/nacl/broker/nacl_broker_listener.h |
index 61d2651ed31facc9218a19d07f7759d347fb4d81..04ea089d8af76e3ffe1c58887bdc898f66636280 100644 |
--- a/components/nacl/broker/nacl_broker_listener.h |
+++ b/components/nacl/broker/nacl_broker_listener.h |
@@ -12,6 +12,7 @@ |
#include "ipc/ipc_listener.h" |
namespace IPC { |
+class AttachmentBroker; |
class Channel; |
} |
@@ -42,6 +43,7 @@ class NaClBrokerListener : public content::SandboxedProcessLauncherDelegate, |
base::Process browser_process_; |
scoped_ptr<IPC::Channel> channel_; |
+ scoped_ptr<IPC::AttachmentBroker> attachment_broker_; |
DISALLOW_COPY_AND_ASSIGN(NaClBrokerListener); |
}; |