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

Unified Diff: remoting/protocol/authenticator_test_base.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/protocol/authenticator.h ('k') | remoting/protocol/buffered_socket_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/authenticator_test_base.cc
diff --git a/remoting/protocol/authenticator_test_base.cc b/remoting/protocol/authenticator_test_base.cc
index 50708a7e54e4fd9e6f92e8d069f566852c6a31ad..09bb5977dcde4b5cf13536db25bbd9529ef37a86 100644
--- a/remoting/protocol/authenticator_test_base.cc
+++ b/remoting/protocol/authenticator_test_base.cc
@@ -151,8 +151,8 @@ void AuthenticatorTestBase::RunChannelAuth(bool expected_fail) {
testing::Mock::VerifyAndClearExpectations(&host_callback_);
if (!expected_fail) {
- ASSERT_TRUE(client_socket_.get() != NULL);
- ASSERT_TRUE(host_socket_.get() != NULL);
+ ASSERT_TRUE(client_socket_.get() != nullptr);
+ ASSERT_TRUE(host_socket_.get() != nullptr);
}
}
« no previous file with comments | « remoting/protocol/authenticator.h ('k') | remoting/protocol/buffered_socket_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698