| Index: chrome/browser/history/history_tab_helper.h
|
| diff --git a/chrome/browser/history/history_tab_helper.h b/chrome/browser/history/history_tab_helper.h
|
| index 65c21ad3b63d0cb7a70a17caf3733a16b9baa17b..c6372b4b7a7c62f43ebc2fa00a0643988da166af 100644
|
| --- a/chrome/browser/history/history_tab_helper.h
|
| +++ b/chrome/browser/history/history_tab_helper.h
|
| @@ -51,7 +51,7 @@ class HistoryTabHelper : public content::WebContentsObserver,
|
| const content::FrameNavigateParams& params) OVERRIDE;
|
| virtual void TitleWasSet(content::NavigationEntry* entry,
|
| bool explicit_set) OVERRIDE;
|
| - virtual void WebContentsDestroyed(content::WebContents* tab) OVERRIDE;
|
| + virtual void WebContentsDestroyed() OVERRIDE;
|
|
|
| // Helper function to return the history service. May return NULL.
|
| HistoryService* GetHistoryService();
|
|
|