ScopedPtrMap -> std::map from /component

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

BUG=554291
TBR=raymes@chromium.org

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

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


CrOS-Libchrome-Original-Commit: cdc9400e91c8d182af2b051724458049dd5bfeca
1 file changed
tree: c97678f5e1615823cfd362469773fa829e771523
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/