| Index: components/update_client/test/component_patcher_unittest.cc
|
| diff --git a/components/update_client/test/component_patcher_unittest.cc b/components/update_client/test/component_patcher_unittest.cc
|
| index ce6e7a1306a44da61ebaebb41cf1ef683d585261..4f5e14306aa051fc8f363ccca7151d2fbf43946a 100644
|
| --- a/components/update_client/test/component_patcher_unittest.cc
|
| +++ b/components/update_client/test/component_patcher_unittest.cc
|
| @@ -69,7 +69,7 @@ ComponentPatcherOperationTest::ComponentPatcherOperationTest() {
|
| EXPECT_TRUE(unpack_dir_.CreateUniqueTempDir());
|
| EXPECT_TRUE(input_dir_.CreateUniqueTempDir());
|
| EXPECT_TRUE(installed_dir_.CreateUniqueTempDir());
|
| - installer_.reset(new ReadOnlyTestInstaller(installed_dir_.path()));
|
| + installer_ = new ReadOnlyTestInstaller(installed_dir_.path());
|
| task_runner_ = base::MessageLoop::current()->task_runner();
|
| }
|
|
|
|
|