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, 1 insertions, 1 deletions
diff --git a/content/browser/user_metrics.cc b/content/browser/user_metrics.cc
index ceee175..4c8cfb4 100644
--- a/content/browser/user_metrics.cc
+++ b/content/browser/user_metrics.cc
@@ -24,7 +24,7 @@ void UserMetrics::Record(const char *action) {
return;
}
- NotificationService::current()->Notify(NotificationType::USER_ACTION,
+ NotificationService::current()->Notify(content::NOTIFICATION_USER_ACTION,
NotificationService::AllSources(),
Details<const char*>(&action));
}