Index: chrome/browser/download/download_ui_controller_unittest.cc |
diff --git a/chrome/browser/download/download_ui_controller_unittest.cc b/chrome/browser/download/download_ui_controller_unittest.cc |
index b77cf6486d7abe2a12aaafa353903a3b71db4c6a..7c812c4ef4aa290eaa6304f1418acf66bc861f8c 100644 |
--- a/chrome/browser/download/download_ui_controller_unittest.cc |
+++ b/chrome/browser/download/download_ui_controller_unittest.cc |
@@ -240,6 +240,7 @@ DownloadUIControllerTest::CreateMockInProgressDownload() { |
EXPECT_CALL(*item, GetTargetDisposition()).WillRepeatedly( |
Return(content::DownloadItem::TARGET_DISPOSITION_OVERWRITE)); |
EXPECT_CALL(*item, GetOpened()).WillRepeatedly(Return(false)); |
+ EXPECT_CALL(*item, GetLastAccessTime()).WillRepeatedly(Return(base::Time())); |
EXPECT_CALL(*item, GetMimeType()).WillRepeatedly(Return(std::string())); |
EXPECT_CALL(*item, GetURL()).WillRepeatedly(ReturnRefOfCopy(GURL())); |
EXPECT_CALL(*item, GetWebContents()).WillRepeatedly(Return(nullptr)); |