| Index: remoting/signaling/iq_sender.h
|
| diff --git a/remoting/signaling/iq_sender.h b/remoting/signaling/iq_sender.h
|
| index 02744eda137dc0222eabef1280e6be4f9fb4e2f2..dfdfbfe3c59ab02cd233d6a00f2192442dbbd021 100644
|
| --- a/remoting/signaling/iq_sender.h
|
| +++ b/remoting/signaling/iq_sender.h
|
| @@ -33,7 +33,7 @@ class SignalStrategy;
|
| class IqSender : public SignalStrategy::Listener {
|
| public:
|
| // Callback that is called when an Iq response is received. Called
|
| - // with the |response| set to NULL in case of a timeout.
|
| + // with the |response| set to nullptr in case of a timeout.
|
| typedef base::Callback<void(IqRequest* request,
|
| const buzz::XmlElement* response)> ReplyCallback;
|
|
|
| @@ -85,7 +85,7 @@ class IqRequest : public base::SupportsWeakPtr<IqRequest> {
|
| ~IqRequest();
|
|
|
| // Sets timeout for the request. When the timeout expires the
|
| - // callback is called with the |response| set to NULL.
|
| + // callback is called with the |response| set to nullptr.
|
| void SetTimeout(base::TimeDelta timeout);
|
|
|
| private:
|
|
|