summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_navigator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_navigator.cc')
-rw-r--r--chrome/browser/ui/browser_navigator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
index 234f2e9..84a673f 100644
--- a/chrome/browser/ui/browser_navigator.cc
+++ b/chrome/browser/ui/browser_navigator.cc
@@ -584,7 +584,7 @@ void Navigate(NavigateParams* params) {
if (params->disposition != CURRENT_TAB) {
content::NotificationService::current()->Notify(
content::NOTIFICATION_TAB_ADDED,
- content::Source<TabContentsDelegate>(params->browser),
+ content::Source<content::WebContentsDelegate>(params->browser),
content::Details<TabContents>(params->target_contents->tab_contents()));
}
}