summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/history_tab_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/history_tab_helper.h')
-rw-r--r--chrome/browser/history/history_tab_helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/history/history_tab_helper.h b/chrome/browser/history/history_tab_helper.h
index b5f83ef..63db2b0 100644
--- a/chrome/browser/history/history_tab_helper.h
+++ b/chrome/browser/history/history_tab_helper.h
@@ -38,17 +38,17 @@ class HistoryTabHelper : public TabContentsObserver,
scoped_refptr<history::HistoryAddPageArgs> CreateHistoryAddPageArgs(
const GURL& virtual_url,
const content::LoadCommittedDetails& details,
- const ViewHostMsg_FrameNavigate_Params& params);
+ const content::FrameNavigateParams& params);
private:
// TabContentsObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
virtual void DidNavigateMainFrame(
const content::LoadCommittedDetails& details,
- const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
+ const content::FrameNavigateParams& params) OVERRIDE;
virtual void DidNavigateAnyFrame(
const content::LoadCommittedDetails& details,
- const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
+ const content::FrameNavigateParams& params) OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,