| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 61002a16945b9ebfff890294d7b21659f435f55c..5889c5240bcb33d1e00d4c85479a098c36b7d5f9 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);
|
|
|
|
|