| Index: components/history/core/browser/visit_database.h
|
| diff --git a/components/history/core/browser/visit_database.h b/components/history/core/browser/visit_database.h
|
| index 0aead0c67ba66faae6b504994d8e771f1d942bf6..dc815f6d67095b8061bbcfbd07c065e3a45fad12 100644
|
| --- a/components/history/core/browser/visit_database.h
|
| +++ b/components/history/core/browser/visit_database.h
|
| @@ -220,7 +220,7 @@ class VisitDatabase {
|
|
|
| // Rows, in order, of the visit table.
|
| #define HISTORY_VISIT_ROW_FIELDS \
|
| - " id,url,visit_time,from_visit,transition,segment_id,visit_duration "
|
| + " id,url,visit_time,from_visit,transition,segment_id,visit_duration,context "
|
|
|
| } // namespace history
|
|
|
|
|