| Index: blimp/client/core/blimp_client_context_impl_unittest.cc
|
| diff --git a/blimp/client/core/blimp_client_context_impl_unittest.cc b/blimp/client/core/blimp_client_context_impl_unittest.cc
|
| index 57c768ffd15b8b59b0102803d6acdf70893a4be6..851f5ee00f88ed14440c8a7310ac119a0ef9619e 100644
|
| --- a/blimp/client/core/blimp_client_context_impl_unittest.cc
|
| +++ b/blimp/client/core/blimp_client_context_impl_unittest.cc
|
| @@ -46,7 +46,8 @@ class BlimpClientContextImplTest : public testing::Test {
|
| };
|
|
|
| TEST_F(BlimpClientContextImplTest, CreatedBlimpContentsGetsHelpersAttached) {
|
| - BlimpClientContextImpl blimp_client_context(io_thread_.task_runner());
|
| + BlimpClientContextImpl blimp_client_context(io_thread_.task_runner(),
|
| + io_thread_.task_runner());
|
| TestBlimpClientContextDelegate delegate;
|
| blimp_client_context.SetDelegate(&delegate);
|
|
|
|
|