| 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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ash/fileapi: Simplify constructors and clean up FileAccumulator
- Default the move constructor for `FileAccumulator` and explicitly
delete unneeded copy/assignment operators.
- Remove the unused `FileAccumulator::Clear()` method (it was only
used in tests).
- Delete move/copy constructors and assignment operators for
`CallContext` structs across recent sources. They are exclusively
heap-allocated and stored via `unique_ptr`, making move/copy
operations unnecessary.
- Fix redundant scope resolution
(`RecentDiskSource::RecentDiskSource::CallContext`).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |