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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
index 1fb028f..60b0e5a 100644
--- a/chrome/browser/ui/browser_navigator.cc
+++ b/chrome/browser/ui/browser_navigator.cc
@@ -567,8 +567,8 @@ void Navigate(NavigateParams* params) {
if (params->disposition != CURRENT_TAB) {
NotificationService::current()->Notify(
content::NOTIFICATION_TAB_ADDED,
- Source<TabContentsDelegate>(params->browser),
- Details<TabContents>(params->target_contents->tab_contents()));
+ content::Source<TabContentsDelegate>(params->browser),
+ content::Details<TabContents>(params->target_contents->tab_contents()));
}
}