| Index: content/browser/renderer_host/p2p/socket_host_test_utils.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.cc b/content/browser/renderer_host/p2p/socket_host_test_utils.cc
|
| index eeb224b3dc2806583fe6bd5f8d4f49ad11702658..0d7a340e7f8cb09ef96e006680d9dab2197763d6 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_test_utils.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host_test_utils.cc
|
| @@ -42,7 +42,7 @@ void FakeSocket::AppendInputData(const char* data, int data_size) {
|
| CHECK(result > 0);
|
| memcpy(read_buffer_->data(), &input_data_[0] + input_pos_, result);
|
| input_pos_ += result;
|
| - read_buffer_ = NULL;
|
| + read_buffer_ = nullptr;
|
| net::CompletionCallback cb = read_callback_;
|
| read_callback_.Reset();
|
| cb.Run(result);
|
|
|