Media Engagement: use url::Origin in the internal API instead of GURL.

This is updating a few methods in the service and score objects to take
an url::Origin and updates the callers accordingly.

Bug: 951956
Change-Id: Ib7474166d08d2e3616a05ff036638023f32be62d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564548
Commit-Queue: Mounir Lamouri <[email protected]>
Reviewed-by: Becca Hughes <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Cr-Commit-Position: refs/heads/master@{#654639}
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 170eb3e..ee7f2d1 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -126,6 +126,7 @@
   ]
   deps = [
     "//content/browser/process_internals:mojo_bindings_js",
+    "//url/mojom:url_mojom_origin_js",
   ]
 }