commit | b3cc80d37745f024afed06ddbdc3f0100f998c6e | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Tue May 08 15:19:14 2018 -0700 |
committer | Hans Boehm <hboehm@google.com> | Tue May 08 15:19:14 2018 -0700 |
tree | f453326a470c624d01a94857bc274055597eed78 | |
parent | dcab117331807d5d298d7a7e6280568e7cc73f55 [diff] |
Manage DropBoxManager using sp<> DropBoxManager inherits from RefBase and should be managed using sp<>. Not doing so will cause it to be reported after go/aog/674370 is committed. We eventually plan to cause such uses to fail. Bug: 79434190 Test: Build and boot master Change-Id: Ibadfaac78f8c79b81a2bb0ee64972554bdec2178