libbrillo: Remove release/aquire semantic from scoped_ptr/unique_ptr

Now that scoped_ptr is just a type alias to unique_ptr, there is no
longer a need to convert between the two by using .release() and
constructing the other with a raw pointer.

BUG: None
TEST: Built for dragonboard, all unit tests pass (except for update_engine,
      but those tests failed before these changes too).

Change-Id: I93819e9243e925ced3a7a221217838af75c4d82c
11 files changed