I will wait for the next round of replies on the CL underneath this one before reviewing this one.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
DCHECK_EQ(&owner_, &other.owner_);I'd prefer this as a `CHECK()` rather than a `DCHECK()`; the implications of being wrong are probably bad.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |