| Index: components/history/core/browser/history_types.cc
|
| diff --git a/components/history/core/browser/history_types.cc b/components/history/core/browser/history_types.cc
|
| index 60d424e324e35a9e04014b91fe520e3cd7c58aeb..c8c20b849f048c3bb5b529989f2e8c69f768e1bc 100644
|
| --- a/components/history/core/browser/history_types.cc
|
| +++ b/components/history/core/browser/history_types.cc
|
| @@ -19,7 +19,8 @@ VisitRow::VisitRow()
|
| url_id(0),
|
| referring_visit(0),
|
| transition(ui::PAGE_TRANSITION_LINK),
|
| - segment_id(0) {
|
| + segment_id(0),
|
| + context(HistoryContext::CONTEXT_NONE) {
|
| }
|
|
|
| VisitRow::VisitRow(URLID arg_url_id,
|
|
|