Index: chrome/browser/extensions/updater/extension_downloader.cc |
diff --git a/chrome/browser/extensions/updater/extension_downloader.cc b/chrome/browser/extensions/updater/extension_downloader.cc |
index 7a04b02c966cc4cc4b2d7132cd8bfd5d0b887250..361d41ead591e515e359bd8ec513739b2716fd7c 100644 |
--- a/chrome/browser/extensions/updater/extension_downloader.cc |
+++ b/chrome/browser/extensions/updater/extension_downloader.cc |
@@ -825,7 +825,7 @@ void ExtensionDownloader::NotifyUpdateFound(const std::string& id, |
const std::string& version) { |
UpdateDetails updateInfo(id, Version(version)); |
content::NotificationService::current()->Notify( |
- chrome::NOTIFICATION_EXTENSION_UPDATE_FOUND, |
+ extensions::NOTIFICATION_EXTENSION_UPDATE_FOUND, |
content::NotificationService::AllBrowserContextsAndSources(), |
content::Details<UpdateDetails>(&updateInfo)); |
} |