Index: content/browser/user_metrics.h |
diff --git a/content/browser/user_metrics.h b/content/browser/user_metrics.h |
index 7c322b15c02043daea1819851b9d184c366b42e3..fca068a7d6ad1dc552a24a2b042820a7657efd62 100644 |
--- a/content/browser/user_metrics.h |
+++ b/content/browser/user_metrics.h |
@@ -8,6 +8,8 @@ |
#include <string> |
+#include "content/common/content_export.h" |
+ |
// This module provides some helper functions for logging actions tracked by |
// the user metrics system. |
@@ -21,7 +23,7 @@ struct UserMetricsAction { |
}; |
-class UserMetrics { |
+class CONTENT_EXPORT UserMetrics { |
public: |
// Record that the user performed an action. |
// "Action" here means a user-generated event: |