| Index: remoting/host/plugin/host_script_object.h
|
| diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
|
| index b72df5176af11092fa18629281394786d9f0767a..e4102920dc063650096fce91ee43e1e4630ff50a 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -194,7 +194,7 @@ class HostNPScriptObject : public HostStatusObserver {
|
| base::PlatformThreadId np_thread_id_;
|
| scoped_refptr<PluginMessageLoopProxy> plugin_message_loop_proxy_;
|
|
|
| - ChromotingHostContext host_context_;
|
| + scoped_ptr<ChromotingHostContext> host_context_;
|
| HostKeyPair host_key_pair_;
|
| scoped_ptr<SignalStrategy> signal_strategy_;
|
| scoped_ptr<RegisterSupportHostRequest> register_request_;
|
|
|