Update for move of MessageLoop into base namespace
This commit is contained in:
parent
4946ec9081
commit
7d3f371b51
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ namespace brightray {
|
||||||
|
|
||||||
URLRequestContextGetter::URLRequestContextGetter(
|
URLRequestContextGetter::URLRequestContextGetter(
|
||||||
const base::FilePath& base_path,
|
const base::FilePath& base_path,
|
||||||
MessageLoop* io_loop,
|
base::MessageLoop* io_loop,
|
||||||
MessageLoop* file_loop,
|
base::MessageLoop* file_loop,
|
||||||
scoped_ptr<NetworkDelegate> network_delegate,
|
scoped_ptr<NetworkDelegate> network_delegate,
|
||||||
content::ProtocolHandlerMap* protocol_handlers)
|
content::ProtocolHandlerMap* protocol_handlers)
|
||||||
: base_path_(base_path),
|
: base_path_(base_path),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue