summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/metrics_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/metrics_handler.cc')
-rw-r--r--chrome/browser/ui/webui/metrics_handler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/metrics_handler.cc b/chrome/browser/ui/webui/metrics_handler.cc
index dbe5ea3..e74edd5 100644
--- a/chrome/browser/ui/webui/metrics_handler.cc
+++ b/chrome/browser/ui/webui/metrics_handler.cc
@@ -100,6 +100,6 @@ void MetricsHandler::HandleLogEventTime(const ListValue* args) {
}
NotificationService::current()->Notify(
chrome::NOTIFICATION_METRIC_EVENT_DURATION,
- Source<TabContents>(tab),
- Details<MetricEventDurationDetails>(&details));
+ content::Source<TabContents>(tab),
+ content::Details<MetricEventDurationDetails>(&details));
}