summaryrefslogtreecommitdiffstats
path: root/content/browser/user_metrics.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/user_metrics.cc')
-rw-r--r--content/browser/user_metrics.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/user_metrics.cc b/content/browser/user_metrics.cc
index 8191418..6f0a35f 100644
--- a/content/browser/user_metrics.cc
+++ b/content/browser/user_metrics.cc
@@ -8,6 +8,8 @@
#include "content/public/browser/notification_service.h"
#include "content/public/browser/notification_types.h"
+using content::BrowserThread;
+
void UserMetrics::RecordAction(const UserMetricsAction& action) {
Record(action.str_);
}