Roll ML Service mojoms from Chrome OS

This CL tries out an easier flow for keeping mojoms in sync introduced
by crrev.com/c/1608980.
Specifically, this CL is exactly the following:

cd ~/chromium/src

cp ~/chromiumos/src/platform2/ml/mojom/*.mojom \
chromeos/services/machine_learning/public/mojom/

sed --in-place --regexp-extended \
's~^import "ml~import "chromeos/services/machine_learning/public~g' \
chromeos/services/machine_learning/public/mojom/*.mojom

Bug: 937063
Change-Id: Ic73a96c93cfe3422f4a7de342cfe0dad02c42f05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1609000
Commit-Queue: Andrew Moylan <amoylan@chromium.org>
Reviewed-by: Sam McNally <sammc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659764}
4 files changed