Update to API changes of Chrome 52
This commit is contained in:
parent
8f7394a7b7
commit
4e9782897c
9 changed files with 50 additions and 50 deletions
|
@ -381,7 +381,7 @@ net::URLRequestContext* URLRequestContextGetter::GetURLRequestContext() {
|
|||
it != protocol_interceptors_.rend();
|
||||
++it) {
|
||||
top_job_factory.reset(new net::URLRequestInterceptingJobFactory(
|
||||
std::move(top_job_factory), make_scoped_ptr(*it)));
|
||||
std::move(top_job_factory), base::WrapUnique(*it)));
|
||||
}
|
||||
protocol_interceptors_.weak_clear();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue