From b50a2ea6ef90432e24f1ce7242c6b7a66005871c Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Sat, 20 Jun 2026 23:19:55 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 935511350 --- src/google/protobuf/json/BUILD | 2 +- src/google/protobuf/json/internal/writer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/google/protobuf/json/BUILD b/src/google/protobuf/json/BUILD index 655a7f937851c..02eaf438bd58e 100644 --- a/src/google/protobuf/json/BUILD +++ b/src/google/protobuf/json/BUILD @@ -90,7 +90,7 @@ cc_library( "//src/google/protobuf/io", "//src/google/protobuf/io:tokenizer", "//src/google/protobuf/io:zero_copy_sink", - "//src/google/protobuf/stubs", + "//third_party/gloop/util/status:status_macros", "@abseil-cpp//absl/algorithm:container", "@abseil-cpp//absl/log:absl_check", "@abseil-cpp//absl/strings", diff --git a/src/google/protobuf/json/internal/writer.h b/src/google/protobuf/json/internal/writer.h index fc6f043b58b4a..7c1855c0cc3bb 100644 --- a/src/google/protobuf/json/internal/writer.h +++ b/src/google/protobuf/json/internal/writer.h @@ -18,10 +18,10 @@ #include "absl/strings/numbers.h" #include "absl/strings/str_format.h" #include "absl/strings/string_view.h" +#include "third_party/gloop/util/status/status_macros.h" #include "google/protobuf/io/strtod.h" #include "google/protobuf/io/zero_copy_sink.h" #include "google/protobuf/io/zero_copy_stream.h" -#include "google/protobuf/stubs/status_macros.h" // Must be included last. #include "google/protobuf/port_def.inc"