Re-land: Convert the utility process JSON parser into a Mojo service.

Original change: https://codereview.chromium.org/1861573002

This change is idential to the original.

BUG=597124
[email protected],[email protected],[email protected],[email protected]

Review-Url: https://codereview.chromium.org/1948303002
Cr-Commit-Position: refs/heads/master@{#392867}
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index d581352b..3974b21c 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -31,7 +31,7 @@
     "//chrome:strings",
     "//chrome/common",
     "//chrome/common:mojo_bindings",
-    "//components/safe_json:safe_json_parser_message_filter",
+    "//components/safe_json/utility",
     "//components/search_engines",
     "//components/strings",
     "//components/url_formatter",