Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(527)

Unified Diff: remoting/signaling/iq_sender.cc

Issue 810133003: replace NULL->nullptr in src/remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/signaling/iq_sender.h ('k') | remoting/signaling/iq_sender_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/iq_sender.cc
diff --git a/remoting/signaling/iq_sender.cc b/remoting/signaling/iq_sender.cc
index f27793697d2d7ee8bfe76efd186e030e6e550605..d3e7432ff33bafbd6f9a828a993492bf21e7f361 100644
--- a/remoting/signaling/iq_sender.cc
+++ b/remoting/signaling/iq_sender.cc
@@ -146,7 +146,7 @@ void IqRequest::CallCallback(const buzz::XmlElement* stanza) {
}
void IqRequest::OnTimeout() {
- CallCallback(NULL);
+ CallCallback(nullptr);
}
void IqRequest::OnResponse(const buzz::XmlElement* stanza) {
« no previous file with comments | « remoting/signaling/iq_sender.h ('k') | remoting/signaling/iq_sender_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698