Kill ScopedPtrMap and friends

C++ 11 enables containers that contain move-only type, scoped_ptr.
So, Remove ScopedPtrMap and use std::map<key, scoped_ptr<Foo>> instead.

BUG=554291

Review URL: https://codereview.chromium.org/1486333002

Cr-Commit-Position: refs/heads/master@{#362615}


CrOS-Libchrome-Original-Commit: 93f52367cfe2ce652cebdbd213bc3f976d3c6c7b
6 files changed
tree: 5162742160520c95fc5549d68da2e3c8f777b8e4
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/