diff options
Diffstat (limited to 'update_attempter_unittest.cc')
-rw-r--r-- | update_attempter_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_attempter_unittest.cc b/update_attempter_unittest.cc index 240e4ec0..4677d317 100644 --- a/update_attempter_unittest.cc +++ b/update_attempter_unittest.cc @@ -204,7 +204,7 @@ TEST_F(UpdateAttempterTest, ActionCompletedDownloadTest) { nullptr, nullptr, fetcher.release(), - false /* is_interactive */); + false /* interactive */); EXPECT_CALL(*prefs_, GetInt64(kPrefsDeltaUpdateFailures, _)).Times(0); attempter_.ActionCompleted(nullptr, &action, ErrorCode::kSuccess); EXPECT_EQ(UpdateStatus::FINALIZING, attempter_.status()); |