Index: net/test/spawned_test_server/spawner_communicator.cc |
diff --git a/net/test/spawned_test_server/spawner_communicator.cc b/net/test/spawned_test_server/spawner_communicator.cc |
index bb1b4454a2842bc81f08d56731a089b4b2fae120..d16e57a6cdb0e5451c06129d34a9419b19bca94b 100644 |
--- a/net/test/spawned_test_server/spawner_communicator.cc |
+++ b/net/test/spawned_test_server/spawner_communicator.cc |
@@ -173,7 +173,7 @@ void SpawnerCommunicator::SendCommandAndWaitForResultOnIOThread( |
DCHECK(!cur_request_.get()); |
context_.reset(new TestURLRequestContext); |
cur_request_ = context_->CreateRequest( |
- GenerateSpawnerCommandURL(command, port_), DEFAULT_PRIORITY, this, NULL); |
+ GenerateSpawnerCommandURL(command, port_), DEFAULT_PRIORITY, this); |
DCHECK(cur_request_); |
int current_request_id = ++next_id_; |
SpawnerRequestData* data = new SpawnerRequestData(current_request_id, |