Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make OwnedWrapper and PassedWrapper move-only
base::internal::OwnedWrapper and base::internal::PassedWrapper have std::auto_ptr style destructive copy semantics, which is no longer needed. This CL makes them move-only for saner semantics. BUG=554299 Review-Url: https://codereview.chromium.org/2118173002 Cr-Commit-Position: refs/heads/master@{#403857}
- Loading branch information