Index: chrome/browser/download/download_status_updater_delegate.h |
diff --git a/chrome/browser/download/download_status_updater_delegate.h b/chrome/browser/download/download_status_updater_delegate.h |
index 17503b279515db9d6f502c497b420892adfe27de..48312a3cebdeb67e653501a918dd7805c437ebee 100644 |
--- a/chrome/browser/download/download_status_updater_delegate.h |
+++ b/chrome/browser/download/download_status_updater_delegate.h |
@@ -14,7 +14,7 @@ class DownloadStatusUpdaterDelegate { |
virtual bool IsDownloadProgressKnown() = 0; |
// Returns the number of downloads that are in progress. |
- virtual int64 GetInProgressDownloadCount() = 0; |
+ virtual int64 GetInProgressDownloadCount() const = 0; |
// Returns the amount of received data, in bytes. |
virtual int64 GetReceivedDownloadBytes() = 0; |