Chromium Code Reviews| Index: content/common/in_process_child_thread_params.cc |
| diff --git a/content/common/in_process_child_thread_params.cc b/content/common/in_process_child_thread_params.cc |
| index 02dc1b4dcd902c632225df0f7ee7aa302a02f34d..143eef08978b9c986a06b50223c351087d87634b 100644 |
| --- a/content/common/in_process_child_thread_params.cc |
| +++ b/content/common/in_process_child_thread_params.cc |
| @@ -7,7 +7,7 @@ |
| namespace content { |
| InProcessChildThreadParams::InProcessChildThreadParams( |
| - scoped_refptr<base::SequencedTaskRunner> io_runner, |
| + scoped_refptr<base::SingleThreadTaskRunner> io_runner, |
| const std::string& service_request_token) |
| : io_runner_(io_runner), service_request_token_(service_request_token) {} |
|
dcheng
2016/11/25 00:07:08
Nit: I know this isn't otherwise changed, but std:
Peng
2016/11/25 16:41:53
Done.
|