Index: chrome/browser/extensions/extension_process_manager.cc |
=================================================================== |
--- chrome/browser/extensions/extension_process_manager.cc (revision 69996) |
+++ chrome/browser/extensions/extension_process_manager.cc (working copy) |
@@ -296,7 +296,8 @@ |
} |
case NotificationType::EXTENSION_UNLOADED: { |
- const Extension* extension = Details<const Extension>(details).ptr(); |
+ const Extension* extension = |
+ Details<UnloadedExtensionInfo>(details)->extension; |
for (ExtensionHostSet::iterator iter = background_hosts_.begin(); |
iter != background_hosts_.end(); ++iter) { |
ExtensionHost* host = *iter; |