| Index: chrome/browser/tab_contents/background_contents.h
|
| diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h
|
| index be2c71f9ad46a7600146611c1d4d4d7c7bb46c26..e6b817c0f72a04dc3ef5af5ae0d6ed4ac3feb5ec 100644
|
| --- a/chrome/browser/tab_contents/background_contents.h
|
| +++ b/chrome/browser/tab_contents/background_contents.h
|
| @@ -63,7 +63,7 @@ class BackgroundContents : public content::WebContentsDelegate,
|
| bool* was_blocked) OVERRIDE;
|
|
|
| // content::WebContentsObserver implementation:
|
| - virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
| + virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
|
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
|
|