Make PendingReceiverState and ConnectionGroup::Ref move constructor/assign operator noexcept.

Compilation was failing because PendingReceiver had declared its move
constructor and assign operators as noexcept with default implementation. But
its member PendingReceiverState, and ConnectionGroup::Ref, as member of
PendingReceiverState, did no declare them as noexcept.

Bug: 819294
Change-Id: I6dcab6cddfbffcdb069551c042124dd2988f8a78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1708142
Commit-Queue: José Dapena Paz <jose.dapena@lge.com>
Reviewed-by: Scott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#679112}


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