Index: chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h |
diff --git a/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h b/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h |
index 0962cbe90bbe29490789e7f10166f2efc3bc6a2f..c4e1efbbbe2f03386519bade57217867ddd60500 100644 |
--- a/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h |
+++ b/chrome/browser/android/download/chrome_duplicate_download_infobar_delegate.h |
@@ -48,7 +48,7 @@ class ChromeDuplicateDownloadInfoBarDelegate |
std::string GetFilePath() const override; |
void InfoBarDismissed() override; |
bool IsOffTheRecord() const override; |
- |
+ std::string GetDownloadGuid() const override; |
// The download item that is requesting the infobar. Could get deleted while |
// the infobar is showing. |