Index: content/shell/shell.h |
diff --git a/content/shell/shell.h b/content/shell/shell.h |
index 2c8c23fcf657653bbbd640b0306aabd9cf19d911..c1831689e1a42f3883f6a1e9e470e15d11ac85cb 100644 |
--- a/content/shell/shell.h |
+++ b/content/shell/shell.h |
@@ -120,7 +120,8 @@ class Shell : public WebContentsDelegate, |
int64 source_frame_id, |
const GURL& target_url, |
WebContents* new_contents) OVERRIDE; |
- virtual void DidNavigateMainFramePostCommit(WebContents* tab) OVERRIDE; |
+ virtual void DidNavigateMainFramePostCommit( |
+ WebContents* web_contents) OVERRIDE; |
virtual JavaScriptDialogCreator* GetJavaScriptDialogCreator() OVERRIDE; |
#if defined(OS_MACOSX) |
virtual void HandleKeyboardEvent( |