| Index: content/browser/download/download_stats.h
|
| diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h
|
| index 0007bcf7516a7f0f68c74e787c1a7bbc22905ff7..7ca7a23cfb32314789bdd438e188d1a8939dff9d 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;
|
| @@ -67,7 +68,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, int64 download_len);
|
|
|