| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
int64_t use_count;Predates this CL, but wouldn't it be good to add a default value here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
Predates this CL, but wouldn't it be good to add a default value here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
int use_count = s.ColumnInt64(1);Shall there be `int64_t` as in the rest of the changes?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
int use_count = s.ColumnInt64(1);Shall there be `int64_t` as in the rest of the changes?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: components/autofill/core/browser/data_model/autofill_ai/entity_instance.h
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
```
The name of the file: components/autofill/core/browser/webdata/autofill_ai/entity_table.cc
Insertions: 1, Deletions: 1.
The diff is too large to show. Please review the diff.
```
[Autofill] Make EntityInstance::use_count() int64_t
Before this CL, EntityInstance use counts were represented as
`int`, `int64_t`, or `size_t` in various places.
Since it's `int64_t` in the database and in the protos, this CL
CL migrates the `int` and `size_t` occurrences to `int64_t`.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |