| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index d0987e541af75e6c71a21cf38c88aa38b9cbf99b..6867ea3c774d063fed1f27057b6d7cf5bae2aa9c 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -193,7 +193,7 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| virtual void SetPageTitle(const GURL& url, const base::string16& title);
|
| void AddPageNoVisitForBookmark(const GURL& url, const base::string16& title);
|
| void UpdateWithPageEndTime(ContextID context_id,
|
| - int32 page_id,
|
| + int nav_entry_id,
|
| const GURL& url,
|
| base::Time end_ts);
|
|
|
|
|