| Index: content/browser/net/url_request_slow_http_job.cc
|
| diff --git a/content/browser/net/url_request_slow_http_job.cc b/content/browser/net/url_request_slow_http_job.cc
|
| index 3f1a6b69f3817e973f5c578d0b27f38fda40c272..398298f200d433077fd832d561223d3fa037c269 100644
|
| --- a/content/browser/net/url_request_slow_http_job.cc
|
| +++ b/content/browser/net/url_request_slow_http_job.cc
|
| @@ -50,7 +50,7 @@ URLRequestSlowHTTPJob::URLRequestSlowHTTPJob(net::URLRequest* request,
|
| : URLRequestMockHTTPJob(request, file_path) { }
|
|
|
| void URLRequestSlowHTTPJob::Start() {
|
| - delay_timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kDelayMs), this,
|
| + delay_timer_.Start(TimeDelta::FromMilliseconds(kDelayMs), this,
|
| &URLRequestSlowHTTPJob::RealStart);
|
| }
|
|
|
|
|