| Index: content/test/render_thread_impl_browser_test_ipc_helper.h
|
| diff --git a/content/test/render_thread_impl_browser_test_ipc_helper.h b/content/test/render_thread_impl_browser_test_ipc_helper.h
|
| index b2eebd4d632e13e0873b96b95e88ea4d66d3165b..0d8673202a767c60d43da1c9fec87b09f398e861 100644
|
| --- a/content/test/render_thread_impl_browser_test_ipc_helper.h
|
| +++ b/content/test/render_thread_impl_browser_test_ipc_helper.h
|
| @@ -33,6 +33,8 @@ class RenderThreadImplBrowserIPCTestHelper {
|
|
|
| const std::string& GetChannelId() const { return channel_id_; }
|
|
|
| + scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() const;
|
| +
|
| private:
|
| class DummyListener;
|
|
|
|
|