| Index: components/printing/test/print_mock_render_thread.h
|
| diff --git a/components/printing/test/print_mock_render_thread.h b/components/printing/test/print_mock_render_thread.h
|
| index 4c38176bf5b947678c1c64c402302efc80939ed8..a483fa153b388a3a793a8a3849b31ae17c7abc1d 100644
|
| --- a/components/printing/test/print_mock_render_thread.h
|
| +++ b/components/printing/test/print_mock_render_thread.h
|
| @@ -35,13 +35,12 @@ class PrintMockRenderThread : public content::MockRenderThread {
|
| ~PrintMockRenderThread() override;
|
|
|
| // content::RenderThread overrides.
|
| - scoped_refptr<base::SingleThreadTaskRunner> GetIOMessageLoopProxy() override;
|
| + scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() override;
|
|
|
| //////////////////////////////////////////////////////////////////////////
|
| // The following functions are called by the test itself.
|
|
|
| - // Set IO message loop proxy.
|
| - void set_io_message_loop_proxy(
|
| + void set_io_task_runner(
|
| const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
|
|
|
| #if defined(ENABLE_PRINTING)
|
|
|