Chromium Code Reviews| 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)) { |
| +} |
|
Randy Smith (Not in Mondays)
2014/02/26 00:07:38
Why?
Elly Fong-Jones
2014/03/03 19:31:07
Mistakes were made.
|
| URLRequestMockHTTPJob::~URLRequestMockHTTPJob() { } |