Index: content/browser/download/download_item_impl.h |
diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h |
index 7c41719191431616741ed98aa63544fde5ff166e..c0756d6040a24b548e09230d66496702ae24697a 100644 |
--- a/content/browser/download/download_item_impl.h |
+++ b/content/browser/download/download_item_impl.h |
@@ -32,7 +32,7 @@ class DownloadItemImplDelegate; |
// See download_item.h for usage. |
class CONTENT_EXPORT DownloadItemImpl |
: public DownloadItem, |
- public NON_EXPORTED_BASE(DownloadDestinationObserver) { |
+ public DownloadDestinationObserver { |
public: |
enum ResumeMode { |
RESUME_MODE_INVALID = 0, |