Index: chrome/browser/extensions/extension_infobar_delegate.cc |
diff --git a/chrome/browser/extensions/extension_infobar_delegate.cc b/chrome/browser/extensions/extension_infobar_delegate.cc |
index 8f9d8c744d72b02bb182860edece2c45593bb68a..cf4dfcbe7176892b5e5efeb5c727e982ff8ef031 100644 |
--- a/chrome/browser/extensions/extension_infobar_delegate.cc |
+++ b/chrome/browser/extensions/extension_infobar_delegate.cc |
@@ -92,7 +92,8 @@ void ExtensionInfoBarDelegate::Observe( |
const content::NotificationSource& source, |
const content::NotificationDetails& details) { |
if (type == chrome::NOTIFICATION_EXTENSION_HOST_VIEW_SHOULD_CLOSE) { |
- if (extension_host_.get() == content::Details<ExtensionHost>(details).ptr()) |
+ if (extension_host_.get() == |
+ content::Details<extensions::ExtensionHost>(details).ptr()) |
RemoveSelf(); |
} else { |
DCHECK(type == chrome::NOTIFICATION_EXTENSION_UNLOADED); |