| 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 961341e9cd4be6a273e07c55604dedc6cdd6df7b..fdec4b289251d5aea1af953aff5b4b6485e9e838 100644
|
| --- a/components/printing/test/print_mock_render_thread.h
|
| +++ b/components/printing/test/print_mock_render_thread.h
|
| @@ -29,7 +29,7 @@ class PrintMockRenderThread : public content::MockRenderThread {
|
| ~PrintMockRenderThread() override;
|
|
|
| // content::RenderThread overrides.
|
| - scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() override;
|
| + scoped_refptr<base::SingleThreadTaskRunner> GetIOMessageLoopProxy() override;
|
|
|
| //////////////////////////////////////////////////////////////////////////
|
| // The following functions are called by the test itself.
|
|
|