Use default DownloadSaveInfo move constructor.
Delete the explicit DownloadSaveInfo move constructor in favor of using the default move constructor. This simplifies the code and makes it less likely that a future additional member will be overlooked. Also initializing members in the declaration. This Simplifies documentation and allows the default constructor to be used. Bug: none Change-Id: I6a5ccb895d074f13e7a5aaae6cabbec4d1e7809a Reviewed-on: https://chromium-review.googlesource.com/1129214Reviewed-by:Min Qin <qinmin@chromium.org> Commit-Queue: Chris Mumford <cmumford@chromium.org> Cr-Commit-Position: refs/heads/master@{#573463}
Showing
Please register or sign in to comment