Pass ProtocolHandlerScopedVector by value.

This commit is contained in:
Cheng Zhao 2014-08-13 16:16:01 +08:00
parent b95b621dfc
commit 604361f93d
4 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ class BrowserContext : public content::BrowserContext {
// implementation.
virtual scoped_ptr<net::URLRequestJobFactory> CreateURLRequestJobFactory(
const content::ProtocolHandlerMap& protocol_handlers,
const content::ProtocolHandlerScopedVector& protocol_interceptors);
content::ProtocolHandlerScopedVector protocol_interceptors);
virtual base::FilePath GetPath() const OVERRIDE;