[Extensions Cleanup] Make ActionInfo::Set*() take unique_ptrs
Rather than having ActionInfo::Set*() methods take a raw pointer, which was released by a unique_ptr, and then is wrapped in another unique_ptr, just have the methods take a unique_ptr directly. Bug: None Change-Id: I1d126e59b39f38859e4d16c63cbef8e757042a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562099 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#650567}
Showing
Please register or sign in to comment