| Index: chrome/browser/extensions/image_loader_unittest.cc
|
| diff --git a/chrome/browser/extensions/image_loader_unittest.cc b/chrome/browser/extensions/image_loader_unittest.cc
|
| index 26e69f3971d6e376d7f1d35ec8ae1e166d367504..1237e17c7e70ff2239daec2d01a50600276f2b32 100644
|
| --- a/chrome/browser/extensions/image_loader_unittest.cc
|
| +++ b/chrome/browser/extensions/image_loader_unittest.cc
|
| @@ -182,7 +182,7 @@ TEST_F(ImageLoaderTest, DeleteExtensionWhileWaitingForCache) {
|
| UnloadedExtensionInfo details(extension.get(),
|
| UnloadedExtensionInfo::REASON_UNINSTALL);
|
| content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_EXTENSION_UNLOADED,
|
| + chrome::NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED,
|
| content::NotificationService::AllSources(),
|
| content::Details<UnloadedExtensionInfo>(&details));
|
|
|
|
|