Index: chrome/browser/extensions/chrome_app_sorting.cc |
diff --git a/chrome/browser/extensions/chrome_app_sorting.cc b/chrome/browser/extensions/chrome_app_sorting.cc |
index d7819310997f4ec4eb5884f392b8c4c35e7f9e9a..10a4431c69a1dd6ce138cab2e06b0ac66e928107 100644 |
--- a/chrome/browser/extensions/chrome_app_sorting.cc |
+++ b/chrome/browser/extensions/chrome_app_sorting.cc |
@@ -218,7 +218,7 @@ void ChromeAppSorting::FixNTPOrdinalCollisions() { |
} |
content::NotificationService::current()->Notify( |
- chrome::NOTIFICATION_EXTENSION_LAUNCHER_REORDERED, |
+ chrome::NOTIFICATION_APP_LAUNCHER_REORDERED, |
content::Source<ChromeAppSorting>(this), |
content::NotificationService::NoDetails()); |
} |
@@ -281,7 +281,7 @@ void ChromeAppSorting::OnExtensionMoved( |
SyncIfNeeded(moved_extension_id); |
content::NotificationService::current()->Notify( |
- chrome::NOTIFICATION_EXTENSION_LAUNCHER_REORDERED, |
+ chrome::NOTIFICATION_APP_LAUNCHER_REORDERED, |
content::Source<ChromeAppSorting>(this), |
content::Details<const std::string>(&moved_extension_id)); |
} |