Index: chrome/browser/ui/views/download/download_item_view.h |
diff --git a/chrome/browser/ui/views/download/download_item_view.h b/chrome/browser/ui/views/download/download_item_view.h |
index 01cd11d11636ad4741db632068f7e00d7aa95e65..6a78b07bf2a1840f8476cdaf1c1e77ebc9908824 100644 |
--- a/chrome/browser/ui/views/download/download_item_view.h |
+++ b/chrome/browser/ui/views/download/download_item_view.h |
@@ -27,7 +27,6 @@ |
#include "base/timer/timer.h" |
#include "chrome/browser/download/download_item_model.h" |
#include "chrome/browser/icon_manager.h" |
-#include "chrome/browser/ui/views/download/download_feedback_dialog_view.h" |
#include "content/public/browser/download_item.h" |
#include "content/public/browser/download_manager.h" |
#include "ui/gfx/animation/animation_delegate.h" |
@@ -152,10 +151,9 @@ class DownloadItemView : public views::ButtonListener, |
// |this| and the DownloadItem will have been deleted. |
bool SubmitDownloadToFeedbackService(); |
- // If the user has enabled uploading, calls SubmitDownloadToFeedbackService. |
+ // If the user has |enabled| uploading, calls SubmitDownloadToFeedbackService. |
// Otherwise, it simply removes the DownloadItem without uploading. |
- void PossiblySubmitDownloadToFeedbackService( |
- DownloadFeedbackDialogView::DownloadReportingStatus status); |
+ void PossiblySubmitDownloadToFeedbackService(bool enabled); |
void LoadIcon(); |
void LoadIconIfItemPathChanged(); |