| Index: chrome/browser/history/history_extension_api.cc
|
| diff --git a/chrome/browser/history/history_extension_api.cc b/chrome/browser/history/history_extension_api.cc
|
| index 96d2e8a3123bec6dcfb61cce1792d35d535fcaeb..687c79ef547e17bf93b4fa2e7db8483063f5dda1 100644
|
| --- a/chrome/browser/history/history_extension_api.cc
|
| +++ b/chrome/browser/history/history_extension_api.cc
|
| @@ -88,8 +88,8 @@ scoped_ptr<VisitItem> GetVisitItem(const history::VisitRow& row) {
|
| case content::PAGE_TRANSITION_GENERATED:
|
| transition = VisitItem::TRANSITION_GENERATED;
|
| break;
|
| - case content::PAGE_TRANSITION_START_PAGE:
|
| - transition = VisitItem::TRANSITION_START_PAGE;
|
| + case content::PAGE_TRANSITION_AUTO_TOPLEVEL:
|
| + transition = VisitItem::TRANSITION_AUTO_TOPLEVEL;
|
| break;
|
| case content::PAGE_TRANSITION_FORM_SUBMIT:
|
| transition = VisitItem::TRANSITION_FORM_SUBMIT;
|
|
|