| Index: chrome/browser/extensions/image_loading_tracker_unittest.cc
|
| diff --git a/chrome/browser/extensions/image_loading_tracker_unittest.cc b/chrome/browser/extensions/image_loading_tracker_unittest.cc
|
| index 7de7e8e439e857f915fa1c37988ec1b16433bbc2..7dadf12b37d6a8ee36bd65ebb6aad255af86f89a 100644
|
| --- a/chrome/browser/extensions/image_loading_tracker_unittest.cc
|
| +++ b/chrome/browser/extensions/image_loading_tracker_unittest.cc
|
| @@ -162,7 +162,7 @@ TEST_F(ImageLoadingTrackerTest, DeleteExtensionWhileWaitingForCache) {
|
|
|
| // Send out notification the extension was uninstalled.
|
| UnloadedExtensionInfo details(extension.get(),
|
| - UnloadedExtensionInfo::UNINSTALL);
|
| + extension_misc::UNLOAD_REASON_UNINSTALL);
|
| NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_EXTENSION_UNLOADED,
|
| NotificationService::AllSources(),
|
|
|