Index: chrome/browser/ui/views/extensions/extension_popup.cc |
diff --git a/chrome/browser/ui/views/extensions/extension_popup.cc b/chrome/browser/ui/views/extensions/extension_popup.cc |
index 9d1a5adf4859ad09249638cb5cf636135f36b07b..4a2eec98a43fc1c23aaa9064ddea6a703f3dd786 100644 |
--- a/chrome/browser/ui/views/extensions/extension_popup.cc |
+++ b/chrome/browser/ui/views/extensions/extension_popup.cc |
@@ -129,7 +129,7 @@ void ExtensionPopup::Observe(int type, |
if (inspect_with_devtools_) { |
// Listen for the the devtools window closing. |
registrar_.Add(this, content::NOTIFICATION_DEVTOOLS_WINDOW_CLOSING, |
- Source<Profile>(extension_host_->profile())); |
+ Source<content::BrowserContext>(extension_host_->profile())); |
DevToolsWindow::ToggleDevToolsWindow( |
extension_host_->render_view_host(), |
DEVTOOLS_TOGGLE_ACTION_SHOW_CONSOLE); |