OSDN Git Service

Change UniquePtr to std::unique_ptr
authorJiyong Park <jiyong@google.com>
Mon, 7 Aug 2017 11:48:32 +0000 (20:48 +0900)
committerJiyong Park <jiyong@google.com>
Mon, 7 Aug 2017 11:48:32 +0000 (20:48 +0900)
commit4e7d18a72f72967a881bcdf78167011a836538ef
tree5259d85ddd10dbbfdc2823564093d5c3f6859c7b
parent0632b778331dfc46979b8865fdd530e61d5bdef9
Change UniquePtr to std::unique_ptr

UniquePtr.h in libnativehelper/include is deprecated and will be removed
soon. Switching to the standard std::unique_ptr.

Bug: 63686260
Test: builds, cmd works in the device.
Change-Id: Ib008acd1dd7dba2305b0797c9dc7bab1aa747e7d
cmds/cmd/cmd.cpp