| Index: remoting/client/plugin/pepper_xmpp_proxy.cc
|
| diff --git a/remoting/client/plugin/pepper_xmpp_proxy.cc b/remoting/client/plugin/pepper_xmpp_proxy.cc
|
| index f289092f975e97b9a68854e428b6d3dc95bc9c6d..08a839969c8e239fff46a989f5670f06e6192813 100644
|
| --- a/remoting/client/plugin/pepper_xmpp_proxy.cc
|
| +++ b/remoting/client/plugin/pepper_xmpp_proxy.cc
|
| @@ -51,7 +51,7 @@ void PepperXmppProxy::OnIq(const std::string& response_xml) {
|
| return;
|
| }
|
|
|
| - if (callback_)
|
| + if (callback_.get())
|
| callback_->OnIq(response_xml);
|
| }
|
|
|
|
|