Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(795)

Unified Diff: content/browser/user_metrics.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698