commit | 88b7538e2193088561a09c70a52dc7da146430da | [log] [tgz] |
---|---|---|
author | Ben Chan <[email protected]> | Fri Sep 29 08:08:18 2017 |
committer | chrome-bot <[email protected]> | Sat Sep 30 03:16:29 2017 |
tree | 576205b6cb26dd58c6f41164d8c753473286bcda | |
parent | 36d84953c7104d1950648647d19a973c1275fea6 [diff] |
mtpd: 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: I75c087898c0ae937de9c8af0bdee86362cdc8728 Reviewed-on: https://chromium-review.googlesource.com/691238 Commit-Ready: Ben Chan <[email protected]> Tested-by: Ben Chan <[email protected]> Reviewed-by: Lei Zhang <[email protected]> Reviewed-by: Mike Frysinger <[email protected]>