| Index: content/browser/download/download_status_updater_delegate.h
|
| diff --git a/content/browser/download/download_status_updater_delegate.h b/content/browser/download/download_status_updater_delegate.h
|
| index 72c2eda574e6f5246a183e2c67a6d9eefc962468..3a77e1a7f20f27df723ca6c443ba56205661c920 100644
|
| --- a/content/browser/download/download_status_updater_delegate.h
|
| +++ b/content/browser/download/download_status_updater_delegate.h
|
| @@ -6,8 +6,9 @@
|
| #define CONTENT_BROWSER_DOWNLOAD_DOWNLOAD_STATUS_UPDATER_DELEGATE_H_
|
|
|
| #include "base/basictypes.h"
|
| +#include "content/common/content_export.h"
|
|
|
| -class DownloadStatusUpdaterDelegate {
|
| +class CONTENT_EXPORT DownloadStatusUpdaterDelegate {
|
| public:
|
| // Returns true if the progress is known (i.e. we know the final size
|
| // of all downloads).
|
|
|