| Index: content/shell/browser/shell_url_request_context_getter.cc
|
| diff --git a/content/shell/browser/shell_url_request_context_getter.cc b/content/shell/browser/shell_url_request_context_getter.cc
|
| index 5fb5f991621c2ab2823aa00c7d32c46945295350..fa5004c7d75651882278560aeadcd7ee71df848b 100644
|
| --- a/content/shell/browser/shell_url_request_context_getter.cc
|
| +++ b/content/shell/browser/shell_url_request_context_getter.cc
|
| @@ -220,7 +220,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() {
|
|
|
| // Set up interceptors in the reverse order.
|
| scoped_ptr<net::URLRequestJobFactory> top_job_factory =
|
| - job_factory.PassAs<net::URLRequestJobFactory>();
|
| + job_factory.Pass();
|
| for (URLRequestInterceptorScopedVector::reverse_iterator i =
|
| request_interceptors_.rbegin();
|
| i != request_interceptors_.rend();
|
|
|