| Index: net/url_request/url_request_http_job_unittest.cc
|
| diff --git a/net/url_request/url_request_http_job_unittest.cc b/net/url_request/url_request_http_job_unittest.cc
|
| index 84fd7c061ae679842bec72f3ae0dbff80d34aaef..c47c819281a238732f405324538f90153ee106af 100644
|
| --- a/net/url_request/url_request_http_job_unittest.cc
|
| +++ b/net/url_request/url_request_http_job_unittest.cc
|
| @@ -51,8 +51,7 @@ class URLRequestHttpJobTest : public ::testing::Test {
|
| URLRequestHttpJobTest()
|
| : req_(context_.CreateRequest(GURL("http://www.example.com"),
|
| DEFAULT_PRIORITY,
|
| - &delegate_,
|
| - nullptr)) {
|
| + &delegate_)) {
|
| context_.set_http_transaction_factory(&network_layer_);
|
| }
|
|
|
| @@ -211,8 +210,7 @@ class URLRequestHttpJobWebSocketTest
|
| URLRequestHttpJobWebSocketTest()
|
| : req_(context_.CreateRequest(GURL("ws://www.example.com"),
|
| DEFAULT_PRIORITY,
|
| - &delegate_,
|
| - nullptr)) {
|
| + &delegate_)) {
|
| // The TestNetworkDelegate expects a call to NotifyBeforeURLRequest before
|
| // anything else happens.
|
| GURL url("ws://localhost/");
|
|
|