Remove Pass() on Linux.

Pass() is a legacy of the original C++03 move emulation implementation.
New code should use std::move from <utility>. ChromeOS is exempt until the
migration there is complete.

❆(੭ु ◜◡‾)੭ु⁾☃❆

BUG=557422
R=thestig@chromium.org

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

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


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