Index: chrome/browser/ui/sad_tab_helper.h |
diff --git a/chrome/browser/ui/sad_tab_helper.h b/chrome/browser/ui/sad_tab_helper.h |
index e375e8b5431db42eb774a9d8088ae5e09400e432..0ea35d0fb73a4ff424c9377b3d32b2129919ebca 100644 |
--- a/chrome/browser/ui/sad_tab_helper.h |
+++ b/chrome/browser/ui/sad_tab_helper.h |
@@ -34,7 +34,7 @@ class SadTabHelper : public content::WebContentsObserver, |
void InstallSadTab(base::TerminationStatus status); |
// Overridden from content::WebContentsObserver: |
- virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
+ virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; |
// Overridden from content::NotificationObserver: |
virtual void Observe(int type, |