| Index: remoting/host/url_request_context.h
|
| diff --git a/remoting/host/url_request_context.h b/remoting/host/url_request_context.h
|
| index 9461275ae700450ec05f95501c19937a8e2ced48..5c0c6ee64e5434933af0ae666efaba10ef3a5922 100644
|
| --- a/remoting/host/url_request_context.h
|
| +++ b/remoting/host/url_request_context.h
|
| @@ -39,8 +39,9 @@ class URLRequestContext : public net::URLRequestContext {
|
|
|
| class URLRequestContextGetter : public net::URLRequestContextGetter {
|
| public:
|
| - URLRequestContextGetter(MessageLoop* io_message_loop,
|
| - MessageLoop* file_message_loop);
|
| + URLRequestContextGetter(base::MessageLoopProxy* ui_message_loop,
|
| + MessageLoop* io_message_loop,
|
| + MessageLoopForIO* file_message_loop);
|
|
|
| // Overridden from net::URLRequestContextGetter:
|
| virtual net::URLRequestContext* GetURLRequestContext() OVERRIDE;
|
|
|