From 224ab6b6986fe39adbe726070c3d26396af692f8 Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 6 Jun 2023 09:22:49 -0700 Subject: [PATCH] Automated visibility attribute cleanup. PiperOrigin-RevId: 538205367 --- connections/implementation/proto/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connections/implementation/proto/BUILD b/connections/implementation/proto/BUILD index ec6e782b..be1bba96 100644 --- a/connections/implementation/proto/BUILD +++ b/connections/implementation/proto/BUILD @@ -22,7 +22,7 @@ proto_library( "offline_wire_formats.proto", ], visibility = [ - "//internal/platform/implementation/apple:__subpackages__", + "//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private. ], )