Remove usage of std::unique_ptr(new...) pattern in components/translate
This CL removes usage of the |new| operator with std::unique_ptr in components/translate, either changing the call site to use std::make_unique, or refactoring the call site to not require a std::unique_ptr at all. Bug: 881807 Change-Id: I7d66f206bc9807e5188f22b58647901d720d3505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341177Reviewed-by:Megan Jablonski <megjablon@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Auto-Submit: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#795945}
Showing
Please register or sign in to comment