| 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 920fb0ad174d5a03520a15a6d2302f2a37e749d3..855f725934e461f44b4843bde944eaef48c9144c 100644
|
| --- a/components/nacl/broker/nacl_broker_listener.h
|
| +++ b/components/nacl/broker/nacl_broker_listener.h
|
| @@ -19,6 +19,12 @@ namespace IPC {
|
| class Channel;
|
| }
|
|
|
| +namespace mojo {
|
| +namespace edk {
|
| +class ScopedIPCSupport;
|
| +} // namespace edk
|
| +} // namespace mojo
|
| +
|
| // The BrokerThread class represents the thread that handles the messages from
|
| // the browser process and starts NaCl loader processes.
|
| class NaClBrokerListener : public content::SandboxedProcessLauncherDelegate,
|
|
|