| Index: update_attempter_unittest.cc
|
| diff --git a/update_attempter_unittest.cc b/update_attempter_unittest.cc
|
| index 6d61c4e11fc1fac582a250fa02af01b17cdbe8b2..2f606093d3ada3f1bef1f1dd36f852a253be9eb0 100644
|
| --- a/update_attempter_unittest.cc
|
| +++ b/update_attempter_unittest.cc
|
| @@ -129,7 +129,7 @@ TEST_F(UpdateAttempterTest, GetErrorCodeForActionTest) {
|
| EXPECT_EQ(kActionCodeOmahaResponseHandlerError,
|
| GetErrorCodeForAction(&omaha_response_handler_action,
|
| kActionCodeError));
|
| - FilesystemCopierAction filesystem_copier_action(false);
|
| + FilesystemCopierAction filesystem_copier_action(false, false);
|
| EXPECT_EQ(kActionCodeFilesystemCopierError,
|
| GetErrorCodeForAction(&filesystem_copier_action, kActionCodeError));
|
| PostinstallRunnerAction postinstall_runner_action;
|
| @@ -236,6 +236,8 @@ TEST_F(UpdateAttempterTest, UpdateTest) {
|
| OmahaRequestAction::StaticType(),
|
| DownloadAction::StaticType(),
|
| OmahaRequestAction::StaticType(),
|
| + FilesystemCopierAction::StaticType(),
|
| + FilesystemCopierAction::StaticType(),
|
| PostinstallRunnerAction::StaticType(),
|
| OmahaRequestAction::StaticType()
|
| };
|
|
|