Fix cppling warning
This commit is contained in:
parent
27dd233820
commit
d0be6c7411
2 changed files with 3 additions and 2 deletions
|
@ -86,7 +86,8 @@ std::string AtomBrowserContext::GetUserAgent() {
|
||||||
return content::BuildUserAgentFromProduct(user_agent);
|
return content::BuildUserAgentFromProduct(user_agent);
|
||||||
}
|
}
|
||||||
|
|
||||||
scoped_ptr<net::URLRequestJobFactory> AtomBrowserContext::CreateURLRequestJobFactory(
|
scoped_ptr<net::URLRequestJobFactory>
|
||||||
|
AtomBrowserContext::CreateURLRequestJobFactory(
|
||||||
content::ProtocolHandlerMap* handlers,
|
content::ProtocolHandlerMap* handlers,
|
||||||
content::URLRequestInterceptorScopedVector* interceptors) {
|
content::URLRequestInterceptorScopedVector* interceptors) {
|
||||||
scoped_ptr<AtomURLRequestJobFactory> job_factory(job_factory_);
|
scoped_ptr<AtomURLRequestJobFactory> job_factory(job_factory_);
|
||||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit fff0f0e2d39886a49fce4f78aa3b625b880b3607
|
Subproject commit 878e63860b59d3443cd9f739d7533f2be1109773
|
Loading…
Reference in a new issue