From f64004643fe8baa8c5cd9fffb5ef985a8a6d2417 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 9 Jan 2025 22:05:25 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 713912995 --- internal/platform/implementation/windows/BUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/internal/platform/implementation/windows/BUILD b/internal/platform/implementation/windows/BUILD index a9119f9c..820c172d 100644 --- a/internal/platform/implementation/windows/BUILD +++ b/internal/platform/implementation/windows/BUILD @@ -155,10 +155,7 @@ cc_library( hdrs = [ "string_utils.h", ], - visibility = [ - "//internal/platform:__subpackages__", - "//location/nearby:__subpackages__", - ], + visibility = ["//location/nearby:__subpackages__"], deps = [ "//internal/platform:logging", "@com_google_absl//absl/strings",