Index: content/browser/download/download_stats.h |
diff --git a/content/browser/download/download_stats.h b/content/browser/download/download_stats.h |
index bfb244c8e099d3831b768831072f9e6b8b45cb30..54b7dc4707d44f34cc4682d4e1b798ab98b816f8 100644 |
--- a/content/browser/download/download_stats.h |
+++ b/content/browser/download/download_stats.h |
@@ -103,7 +103,7 @@ void RecordHistorySize(int size); |
// Record the total number of items and the number of in-progress items showing |
// in the shelf when it closes. Set |autoclose| to true when the shelf is |
// closing itself, false when the user explicitly closed it. |
-void RecordShelfClose(int size, int in_progress, bool autoclose); |
+CONTENT_EXPORT void RecordShelfClose(int size, int in_progress, bool autoclose); |
// Record the number of downloads removed by ClearAll. |
void RecordClearAllSize(int size); |