Index: content/browser/web_contents/web_contents_view_aura.h |
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h |
index 64b1b5f367af2c4963ce371b9aee19811ffbee78..420f3f1cc0c8997ba4f6ec333a1657f33672039d 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.h |
+++ b/content/browser/web_contents/web_contents_view_aura.h |
@@ -116,7 +116,8 @@ class CONTENT_EXPORT WebContentsViewAura |
RenderWidgetHost* render_widget_host) OVERRIDE; |
virtual void SetPageTitle(const string16& title) OVERRIDE; |
virtual void RenderViewCreated(RenderViewHost* host) OVERRIDE; |
- virtual void RenderViewSwappedIn(RenderViewHost* host) OVERRIDE; |
+ virtual void RenderViewSwappedIn(RenderViewHost* new_host, |
+ RenderViewHost* old_host) OVERRIDE; |
// Overridden from RenderViewHostDelegateView: |
virtual void ShowContextMenu( |