No public description

PiperOrigin-RevId: 784313240
diff --git a/tests/rules/proto_descriptor_set/BUILD b/tests/rules/proto_descriptor_set/BUILD
index 69dee08..ea939e4 100644
--- a/tests/rules/proto_descriptor_set/BUILD
+++ b/tests/rules/proto_descriptor_set/BUILD
@@ -1,5 +1,5 @@
-load("@rules_cc//cc:defs.bzl", "cc_test")
 load("//proto:defs.bzl", "proto_descriptor_set", "proto_library")
+load("//third_party/bazel_rules/rules_cc/cc:cc_test.bzl", "cc_test")
 
 proto_library(
     name = "empty_proto_library",
diff --git a/tests/utils/BUILD b/tests/utils/BUILD
index a39fbe6..67b04fd 100644
--- a/tests/utils/BUILD
+++ b/tests/utils/BUILD
@@ -1,4 +1,4 @@
-load("@rules_cc//cc:defs.bzl", "cc_library")
+load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
 
 cc_library(
     name = "workspace_constants",
diff --git a/tools/file_concat/BUILD b/tools/file_concat/BUILD
index be649fe..99cd817 100644
--- a/tools/file_concat/BUILD
+++ b/tools/file_concat/BUILD
@@ -1,4 +1,4 @@
-load("@rules_cc//cc:defs.bzl", "cc_binary")
+load("//third_party/bazel_rules/rules_cc/cc:cc_binary.bzl", "cc_binary")
 
 cc_binary(
     name = "file_concat",