| Index: content/test/net/url_request_mock_http_job.cc
|
| diff --git a/content/test/net/url_request_mock_http_job.cc b/content/test/net/url_request_mock_http_job.cc
|
| index eae70873536a5e208469e6d7c893a32d4a724012..b913b595c359600f0f764d43b1da03eadca84067 100644
|
| --- a/content/test/net/url_request_mock_http_job.cc
|
| +++ b/content/test/net/url_request_mock_http_job.cc
|
| @@ -123,7 +123,8 @@ URLRequestMockHTTPJob::URLRequestMockHTTPJob(
|
| request, network_delegate, file_path,
|
| content::BrowserThread::GetBlockingPool()->
|
| GetTaskRunnerWithShutdownBehavior(
|
| - base::SequencedWorkerPool::SKIP_ON_SHUTDOWN)) {}
|
| + base::SequencedWorkerPool::SKIP_ON_SHUTDOWN)) {
|
| +}
|
|
|
| URLRequestMockHTTPJob::~URLRequestMockHTTPJob() { }
|
|
|
|
|