| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 0d1b5290230d17169eb256346e064868547df457..2d15f70ac8160b0a4e6ee3283035abc9edc70123 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3509,7 +3509,7 @@ void Browser::TabClosingAt(TabStripModel* tab_strip_model,
|
| int index) {
|
| fullscreen_controller_->OnTabClosing(contents->web_contents());
|
| content::NotificationService::current()->Notify(
|
| - content::NOTIFICATION_TAB_CLOSING,
|
| + chrome::NOTIFICATION_TAB_CLOSING,
|
| content::Source<NavigationController>(
|
| &contents->web_contents()->GetController()),
|
| content::NotificationService::NoDetails());
|
|
|