Index: content/browser/download/download_stats.h |
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h |
index b1e76244baa492269b6277a9006b95de9afcf380..109c3aed9dcd80cb7c4bdf101f25689dc87f0a80 100644 |
--- a/content/browser/download/download_stats.h |
+++ b/content/browser/download/download_stats.h |
@@ -11,6 +11,7 @@ |
#include <string> |
#include "base/basictypes.h" |
+#include "content/common/content_export.h" |
namespace base { |
class TimeTicks; |
@@ -61,7 +62,7 @@ enum DownloadCountTypes { |
}; |
// Increment one of the above counts. |
-void RecordDownloadCount(DownloadCountTypes type); |
+CONTENT_EXPORT void RecordDownloadCount(DownloadCountTypes type); |
// Record COMPLETED_COUNT and how long the download took. |
void RecordDownloadCompleted(const base::TimeTicks& start); |