| 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 9f576d3473ee4180454973ede954fcd96fe302e1..50d96a3eab8f82f07c9c61450de553582d03eb6d 100644
|
| --- a/chrome/browser/history/history_tab_helper.h
|
| +++ b/chrome/browser/history/history_tab_helper.h
|
| @@ -34,6 +34,7 @@ class HistoryTabHelper : public content::WebContentsObserver,
|
| // history.
|
| history::HistoryAddPageArgs CreateHistoryAddPageArgs(
|
| const GURL& virtual_url,
|
| + int32 page_id,
|
| base::Time timestamp,
|
| bool did_replace_entry,
|
| const content::FrameNavigateParams& params);
|
|
|