Replace NULL with nullptr or null in webrtc/base/.
BUG=webrtc:7147 Review-Url: https://codereview.webrtc.org/2718663005 Cr-Commit-Position: refs/heads/master@{#16878}
This commit is contained in:
@ -36,7 +36,7 @@ class SignalThreadTest : public testing::Test, public sigslot::has_slots<> {
|
||||
|
||||
protected:
|
||||
virtual void OnWorkStart() {
|
||||
ASSERT_TRUE(harness_ != NULL);
|
||||
ASSERT_TRUE(harness_ != nullptr);
|
||||
++harness_->thread_started_;
|
||||
EXPECT_EQ(harness_->main_thread_, Thread::Current());
|
||||
EXPECT_FALSE(worker()->RunningForTest()); // not started yet
|
||||
|
||||
Reference in New Issue
Block a user