Index: chrome/browser/extensions/extension_tabs_module.cc |
diff --git a/chrome/browser/extensions/extension_tabs_module.cc b/chrome/browser/extensions/extension_tabs_module.cc |
index e7bbd739775f322ecc9a4867e827332f01214225..932d248ca53ac36be8614737b66f07f7a9aabdd7 100644 |
--- a/chrome/browser/extensions/extension_tabs_module.cc |
+++ b/chrome/browser/extensions/extension_tabs_module.cc |
@@ -1800,7 +1800,7 @@ bool DetectTabLanguageFunction::RunImpl() { |
registrar_.Add(this, chrome::NOTIFICATION_TAB_LANGUAGE_DETERMINED, |
content::Source<WebContents>(contents->web_contents())); |
registrar_.Add( |
- this, content::NOTIFICATION_TAB_CLOSING, |
+ this, chrome::NOTIFICATION_TAB_CLOSING, |
content::Source<NavigationController>( |
&(contents->web_contents()->GetController()))); |
registrar_.Add( |