| 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..feb5a25054a74c50a4280930140b542f84ffa5f2 100644
 | 
| --- a/components/nacl/broker/nacl_broker_listener.h
 | 
| +++ b/components/nacl/broker/nacl_broker_listener.h
 | 
| @@ -11,6 +11,7 @@
 | 
|  
 | 
|  #include "base/macros.h"
 | 
|  #include "base/process/process.h"
 | 
| +#include "base/run_loop.h"
 | 
|  #include "components/nacl/common/nacl_types.h"
 | 
|  #include "content/public/common/sandboxed_process_launcher_delegate.h"
 | 
|  #include "ipc/ipc_listener.h"
 | 
| @@ -44,6 +45,7 @@ class NaClBrokerListener : public content::SandboxedProcessLauncherDelegate,
 | 
|                                       const std::string& startup_info);
 | 
|    void OnStopBroker();
 | 
|  
 | 
| +  base::RunLoop run_loop_;
 | 
|    base::Process browser_process_;
 | 
|    std::unique_ptr<IPC::Channel> channel_;
 | 
|  
 | 
| 
 |