Index: content/browser/user_metrics.cc |
diff --git a/content/browser/user_metrics.cc b/content/browser/user_metrics.cc |
index 8191418a947a17b4b2d600213c6e682ff77da20f..6f0a35fcbf47d9a84e47901a8482b599c986178c 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_); |
} |