| Index: chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
| index e8cf578e3a5ebedc27832d4b1e73cd9cc7518b76..63f19087600a0dd5f20b97e54ceeb2707e335556 100644
|
| --- a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
|
| @@ -776,7 +776,7 @@ TEST_F(ShortcutsProviderTest, Extension) {
|
| extensions::UnloadedExtensionInfo details(
|
| extension.get(), extensions::UnloadedExtensionInfo::REASON_UNINSTALL);
|
| content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_EXTENSION_UNLOADED,
|
| + chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED,
|
| content::Source<Profile>(&profile_),
|
| content::Details<extensions::UnloadedExtensionInfo>(&details));
|
|
|
|
|