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

Unified Diff: remoting/signaling/server_log_entry_unittest.h

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/server_log_entry.cc ('k') | remoting/signaling/server_log_entry_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/server_log_entry_unittest.h
diff --git a/remoting/signaling/server_log_entry_unittest.h b/remoting/signaling/server_log_entry_unittest.h
index 5d5c58916ddd6396c878eecefd77883d30568259..aa03681c55f45ea11e31be89e9044cab134ef09c 100644
--- a/remoting/signaling/server_log_entry_unittest.h
+++ b/remoting/signaling/server_log_entry_unittest.h
@@ -16,11 +16,11 @@ extern const char kJabberClientNamespace[];
extern const char kChromotingNamespace[];
// Verifies that |stanza| contains a <log> element and returns it. Otherwise
-// returns NULL and records a test failure.
+// returns nullptr and records a test failure.
buzz::XmlElement* GetLogElementFromStanza(buzz::XmlElement* stanza);
// Verifies that |stanza| contains only 1 log entry, and returns the <entry>
-// element. Otherwise returns NULL and records a test failure.
+// element. Otherwise returns nullptr and records a test failure.
buzz::XmlElement* GetSingleLogEntryFromStanza(buzz::XmlElement* stanza);
// Verifies a logging stanza.
« no previous file with comments | « remoting/signaling/server_log_entry.cc ('k') | remoting/signaling/server_log_entry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698