| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 58c8050d2771fda8e3fc769559c5b54fca9fab30..fda616b06d51e6c434d5915c2bf43eaf75eff91f 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -113,8 +113,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| ChromotingStats stats_;
|
|
|
| // WeakPtr used to avoid tasks accessing the client after it is deleted.
|
| - base::WeakPtrFactory<ChromotingClient> weak_factory_;
|
| base::WeakPtr<ChromotingClient> weak_ptr_;
|
| + base::WeakPtrFactory<ChromotingClient> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromotingClient);
|
| };
|
|
|