| Index: components/history/core/browser/url_database.h
|
| diff --git a/components/history/core/browser/url_database.h b/components/history/core/browser/url_database.h
|
| index c6b35295f70a8d3d5df853a1c1ed7ece5ca991ab..22c358395530f01df92f47a6d0e77541336197f0 100644
|
| --- a/components/history/core/browser/url_database.h
|
| +++ b/components/history/core/browser/url_database.h
|
| @@ -301,7 +301,7 @@ class URLDatabase {
|
| // string dynamically anyway, use the constant, it will save space.
|
| #define HISTORY_URL_ROW_FIELDS \
|
| " urls.id, urls.url, urls.title, urls.visit_count, urls.typed_count, " \
|
| - "urls.last_visit_time, urls.hidden "
|
| + "urls.last_visit_time, urls.context, urls.hidden "
|
|
|
| // Constants which specify, when considered altogether, 'significant'
|
| // history items. These are used to filter out insignificant items
|
|
|