| commit | 42458e2b6df997d0fcb5ccefb0cd3d40220143eb | [log] [tgz] |
|---|---|---|
| author | Ben Chan <[email protected]> | Tue Feb 07 23:33:32 2017 |
| committer | chrome-bot <[email protected]> | Wed Feb 08 06:27:06 2017 |
| tree | 1b3a3fde907e03acd66c7605f25a162775d1577a | |
| parent | f13a40924e0b1d71df07738078cebc933dd90a7e [diff] |
update_engine: migrate usage of deprecated base::Value methods Methods provided by base::Value that consume or produce unmanaged raw pointers have been deprecated and will be eventually removed from libchrome. This CL migrates the usage of these deprecated methods in the update-engine code to the equivalent methods that use std::unique_ptr. BUG=chromium:689697 TEST=Run unit tests. Change-Id: I6a1af33735c8114fd4600618f647d5adc0a89603 Reviewed-on: https://chromium-review.googlesource.com/438840 Commit-Ready: Ben Chan <[email protected]> Tested-by: Ben Chan <[email protected]> Reviewed-by: Dan Erat <[email protected]>