| Index: content/child/child_thread_impl.h
 | 
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
 | 
| index 09a58b87872fc9313e3de85cf3ae46025c5530a0..9f4df7f2889a858926c396e57019d07ad8b799ec 100644
 | 
| --- a/content/child/child_thread_impl.h
 | 
| +++ b/content/child/child_thread_impl.h
 | 
| @@ -235,6 +235,7 @@ class CONTENT_EXPORT ChildThreadImpl
 | 
|  
 | 
|    void EnsureConnected();
 | 
|  
 | 
| +  scoped_ptr<IPC::ScopedIPCSupport> mojo_ipc_support_;
 | 
|    scoped_ptr<MojoApplication> mojo_application_;
 | 
|  
 | 
|    std::string channel_name_;
 | 
| 
 |