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

Unified Diff: remoting/signaling/log_to_server.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/jingle_info_request.cc ('k') | remoting/signaling/server_log_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/log_to_server.cc
diff --git a/remoting/signaling/log_to_server.cc b/remoting/signaling/log_to_server.cc
index dd6d93de3dafa4c41616b74b7e64f152614035dc..731dc5862bfd922d782e015bc14da67fd1ab2a41 100644
--- a/remoting/signaling/log_to_server.cc
+++ b/remoting/signaling/log_to_server.cc
@@ -50,7 +50,7 @@ void LogToServer::Log(const ServerLogEntry& entry) {
}
void LogToServer::SendPendingEntries() {
- if (iq_sender_ == NULL) {
+ if (iq_sender_ == nullptr) {
return;
}
if (pending_entries_.empty()) {
« no previous file with comments | « remoting/signaling/jingle_info_request.cc ('k') | remoting/signaling/server_log_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698