| Index: components/sync/protocol/proto_visitors.h
|
| diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
|
| index b564dc8cd781f78c1491f28ae2f7bd41581785b3..897d7fc9f251126547c8d7704a7477a7b186f07a 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -518,6 +518,7 @@ VISIT_PROTO_FIELDS(const sync_pb::SearchEngineSpecifics& proto) {
|
| VISIT(instant_url_post_params);
|
| VISIT(image_url_post_params);
|
| VISIT(new_tab_url);
|
| + VISIT(last_visited);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::SessionSpecifics& proto) {
|
|
|