[Cobalt 1.1] Remove unused fuchsia.cobalt.LoggerFactory

Change-Id: I8fb9a6b701d6c345196b2fb3dbe92b207aab3183
Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/733484
Fuchsia-Auto-Submit: Zach Bush <zmbush@google.com>
Commit-Queue: Zach Bush <zmbush@google.com>
Reviewed-by: Shai Barack <shayba@google.com>
diff --git a/examples/localized_flutter/localized_flutter_app/meta/localized_flutter_app.cml b/examples/localized_flutter/localized_flutter_app/meta/localized_flutter_app.cml
index 98ed8e3..7f61e83 100644
--- a/examples/localized_flutter/localized_flutter_app/meta/localized_flutter_app.cml
+++ b/examples/localized_flutter/localized_flutter_app/meta/localized_flutter_app.cml
@@ -20,7 +20,6 @@
     use: [
         {
             protocol: [
-                "fuchsia.cobalt.LoggerFactory",
                 "fuchsia.fonts.Provider",
                 "fuchsia.intl.PropertyProvider",
                 "fuchsia.sysmem.Allocator",
diff --git a/session_shells/ermine/login/meta/login_common.shard.cml b/session_shells/ermine/login/meta/login_common.shard.cml
index 54df89b..17dbc69 100644
--- a/session_shells/ermine/login/meta/login_common.shard.cml
+++ b/session_shells/ermine/login/meta/login_common.shard.cml
@@ -61,12 +61,12 @@
         {
             protocol: [
                 "fuchsia.accessibility.semantics.SemanticsManager",
-                "fuchsia.cobalt.LoggerFactory",
                 "fuchsia.feedback.CrashReporter",
                 "fuchsia.fonts.Provider",
                 "fuchsia.hardware.power.statecontrol.Admin",
                 "fuchsia.identity.account.AccountManager",
                 "fuchsia.intl.PropertyProvider",
+                "fuchsia.metrics.MetricEventLoggerFactory",
                 "fuchsia.recovery.FactoryReset",
                 "fuchsia.settings.Intl",
                 "fuchsia.settings.Privacy",
@@ -92,7 +92,6 @@
                 "fuchsia.accessibility.semantics.SemanticsManager",
                 "fuchsia.buildinfo.Provider",
                 "fuchsia.camera3.DeviceWatcher",
-                "fuchsia.cobalt.LoggerFactory",
                 "fuchsia.element.Manager",
                 "fuchsia.feedback.CrashReporter",
                 "fuchsia.fonts.Provider",
@@ -107,6 +106,7 @@
                 "fuchsia.mediacodec.CodecFactory",
                 "fuchsia.memory.Monitor",
                 "fuchsia.memorypressure.Provider",
+                "fuchsia.metrics.MetricEventLoggerFactory",
                 "fuchsia.net.interfaces.State",
                 "fuchsia.net.name.Lookup",
                 "fuchsia.posix.socket.Provider",
diff --git a/session_shells/ermine/shell/meta/ermine.cml b/session_shells/ermine/shell/meta/ermine.cml
index bbe1766..427ce8b 100644
--- a/session_shells/ermine/shell/meta/ermine.cml
+++ b/session_shells/ermine/shell/meta/ermine.cml
@@ -42,7 +42,6 @@
             protocol: [
                 "fuchsia.accessibility.semantics.SemanticsManager",
                 "fuchsia.buildinfo.Provider",
-                "fuchsia.cobalt.LoggerFactory",
                 "fuchsia.feedback.CrashReporter",
                 "fuchsia.fonts.Provider",
                 "fuchsia.hardware.power.statecontrol.Admin",
@@ -51,6 +50,7 @@
                 "fuchsia.media.Audio",
                 "fuchsia.media.AudioCore",
                 "fuchsia.memory.Monitor",
+                "fuchsia.metrics.MetricEventLoggerFactory",
                 "fuchsia.net.interfaces.State",
                 "fuchsia.power.battery.BatteryManager",
                 "fuchsia.power.button.Monitor",