| Index: chrome/browser/history/history_tab_helper.h
|
| ===================================================================
|
| --- chrome/browser/history/history_tab_helper.h (revision 110851)
|
| +++ chrome/browser/history/history_tab_helper.h (working copy)
|
| @@ -38,17 +38,17 @@
|
| 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);
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| - const ViewHostMsg_FrameNavigate_Params& params);
|
| + const content::FrameNavigateParams& params);
|
| virtual void DidNavigateAnyFrame(
|
| const content::LoadCommittedDetails& details,
|
| - const ViewHostMsg_FrameNavigate_Params& params);
|
| + const content::FrameNavigateParams& params);
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|