| Index: chrome/browser/ui/search/instant_ntp.h
|
| diff --git a/chrome/browser/ui/search/instant_ntp.h b/chrome/browser/ui/search/instant_ntp.h
|
| index 3000ee56425addcb03f62cc79ad86928a5c74e62..152451a114eaa9d47fb1c611a8df858011e7db83 100644
|
| --- a/chrome/browser/ui/search/instant_ntp.h
|
| +++ b/chrome/browser/ui/search/instant_ntp.h
|
| @@ -46,7 +46,7 @@ class InstantNTP : public InstantPage,
|
| // Overridden from content::WebContentsObserver:
|
| virtual void RenderViewCreated(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual void RenderViewGone(
|
| + virtual void RenderProcessGone(
|
| base::TerminationStatus status) OVERRIDE;
|
|
|
| // Overriden from InstantLoader::Delegate:
|
|
|