Fix cppling warning

This commit is contained in:
Cheng Zhao 2015-12-07 22:44:35 +08:00
parent 27dd233820
commit d0be6c7411
2 changed files with 3 additions and 2 deletions

View file

@ -86,7 +86,8 @@ std::string AtomBrowserContext::GetUserAgent() {
return content::BuildUserAgentFromProduct(user_agent);
}
scoped_ptr<net::URLRequestJobFactory> AtomBrowserContext::CreateURLRequestJobFactory(
scoped_ptr<net::URLRequestJobFactory>
AtomBrowserContext::CreateURLRequestJobFactory(
content::ProtocolHandlerMap* handlers,
content::URLRequestInterceptorScopedVector* interceptors) {
scoped_ptr<AtomURLRequestJobFactory> job_factory(job_factory_);