| commit | ab5a0af8e6ebac0211da5b08010e4855ce463108 | [log] [tgz] |
|---|---|---|
| author | Ben Chan <[email protected]> | Thu Oct 12 21:57:50 2017 |
| committer | chrome-bot <[email protected]> | Fri Oct 13 21:44:50 2017 |
| tree | 7c04b5b82deaa51966b87706fe18e58b58813811 | |
| parent | a3fc20af5ea6b75c568122065f487b23aaabf1d2 [diff] |
update_engine: migrate from base::MakeUnique to std::make_unique base::MakeUnique is being deprecated as we can now use std::make_unique when compiling code in the C++14 mode. BUG=chromium:769107 CQ-DEPEND=CL:669672 TEST=Run unit tests. Change-Id: I82f76647239b1eb3b98b19f6479788ffd86ce756 Reviewed-on: https://chromium-review.googlesource.com/716826 Commit-Ready: Ben Chan <[email protected]> Tested-by: Ben Chan <[email protected]> Reviewed-by: Amin Hassani <[email protected]> Reviewed-by: Sen Jiang <[email protected]>