Skip to content

Commit ad1695d

Browse files
Automated Code Change
PiperOrigin-RevId: 952685939
1 parent e96bfb2 commit ad1695d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/google/protobuf/json/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ cc_library(
109109
"//src/google/protobuf:port",
110110
"//src/google/protobuf/io",
111111
"//src/google/protobuf/stubs",
112+
"//third_party/gloop/util/status:status_macros",
112113
"@abseil-cpp//absl/algorithm:container",
113114
"@abseil-cpp//absl/log:absl_check",
114-
"@abseil-cpp//absl/log:absl_log",
115115
"@abseil-cpp//absl/status",
116116
"@abseil-cpp//absl/status:statusor",
117117
"@abseil-cpp//absl/strings",

src/google/protobuf/json/internal/zero_copy_buffered_stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include "absl/status/status.h"
1919
#include "absl/status/statusor.h"
2020
#include "absl/strings/string_view.h"
21+
#include "third_party/gloop/util/status/status_macros.h"
2122
#include "google/protobuf/io/zero_copy_stream.h"
22-
#include "google/protobuf/stubs/status_macros.h"
2323

2424
// Must be included last.
2525
#include "google/protobuf/port_def.inc"

0 commit comments

Comments
 (0)