| 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 c6372b4b7a7c62f43ebc2fa00a0643988da166af..1067e4e93d044bd1582a3601f4011c251124a82e 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);
|
|
|