| Index: chrome/browser/ui/browser_navigator.cc
|
| diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
|
| index 898ed6f972277412d0a9caf68a56469d423ddf79..3154eeca42d07718204429f25dac0bb7fda7fda1 100644
|
| --- a/chrome/browser/ui/browser_navigator.cc
|
| +++ b/chrome/browser/ui/browser_navigator.cc
|
| @@ -618,7 +618,7 @@ void Navigate(NavigateParams* params) {
|
|
|
| if (params->disposition != CURRENT_TAB) {
|
| content::NotificationService::current()->Notify(
|
| - content::NOTIFICATION_TAB_ADDED,
|
| + chrome::NOTIFICATION_TAB_ADDED,
|
| content::Source<content::WebContentsDelegate>(params->browser),
|
| content::Details<WebContents>(params->target_contents->web_contents()));
|
| }
|
|
|