| Index: chrome/browser/extensions/extension_blacklist_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_blacklist_browsertest.cc b/chrome/browser/extensions/extension_blacklist_browsertest.cc
|
| index a7307f19e2f20db5b02de9ea739c9e86fd8276c4..dcdfb171cba08e065120451da108d4a05b52e370 100644
|
| --- a/chrome/browser/extensions/extension_blacklist_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_blacklist_browsertest.cc
|
| @@ -83,7 +83,7 @@ class FilteringNotificationObserver : public content::NotificationObserver {
|
| switch (type) {
|
| case chrome::NOTIFICATION_EXTENSION_INSTALLED: {
|
| const Extension* extension =
|
| - content::Details<const Extension>(details).ptr();
|
| + content::Details<const InstalledExtensionInfo>(details)->extension;
|
| if (extension_ids_.count(extension->id()))
|
| notifications_.push_back(static_cast<chrome::NotificationType>(type));
|
| break;
|
|
|