| Index: remoting/ios/session/remoting_client_session_delegate.h
|
| diff --git a/remoting/ios/session/remoting_client_session_delegate.h b/remoting/ios/session/remoting_client_session_delegate.h
|
| index 646f0f3425e7e7ef8fe7c6c54344564f49bc5cd4..bf47577d25f842f777117056175dcf293caf1a9f 100644
|
| --- a/remoting/ios/session/remoting_client_session_delegate.h
|
| +++ b/remoting/ios/session/remoting_client_session_delegate.h
|
| @@ -39,7 +39,7 @@ class RemotingClientSessonDelegate : public ChromotingSession::Delegate {
|
|
|
| private:
|
| ChromotingClientRuntime* runtime_;
|
| - id client_;
|
| + __weak id client_;
|
|
|
| base::WeakPtrFactory<RemotingClientSessonDelegate> weak_factory_;
|
|
|
|
|