Index: content/browser/browser_plugin/test_browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.h b/content/browser/browser_plugin/test_browser_plugin_guest.h |
index 00139ea861ed458d6ee3e3063634fafab3229f82..7464f26c15a0d0702a89f521e74ee65cad955d85 100644 |
--- a/content/browser/browser_plugin/test_browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.h |
@@ -34,7 +34,7 @@ class TestBrowserPluginGuest : public BrowserPluginGuest { |
const NotificationDetails& details) OVERRIDE; |
// Overridden methods from BrowserPluginGuest to intercept in test objects. |
- virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE; |
+ virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; |
virtual void OnHandleInputEvent(int instance_id, |
const gfx::Rect& guest_window_rect, |
const WebKit::WebInputEvent* event) OVERRIDE; |