Index: chrome/browser/ui/panels/panel_host.h |
diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h |
index e7344cf9e605ca1e8d2bcc845f97e5306d02753e..3c94c0f04de414240a7e9d27b0d195c57d53232a 100644 |
--- a/chrome/browser/ui/panels/panel_host.h |
+++ b/chrome/browser/ui/panels/panel_host.h |
@@ -78,7 +78,7 @@ class PanelHost : public content::WebContentsDelegate, |
// content::WebContentsObserver overrides. |
virtual void RenderViewCreated( |
content::RenderViewHost* render_view_host) OVERRIDE; |
- virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
+ virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; |
virtual void WebContentsDestroyed( |
content::WebContents* web_contents) OVERRIDE; |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |