aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/patches/redefine-grpc-custom-util-status.patch
blob: 71214d4006f16b5253c336b45305ef406fc47640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
+++ contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
@@ -68,8 +68,9 @@
 #ifndef GRPC_CUSTOM_JSONUTIL
 #include <google/protobuf/util/json_util.h>
 #include <google/protobuf/util/type_resolver_util.h>
+#include <y_absl/status/status.h>
 #define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util
-#define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status
+#define GRPC_CUSTOM_UTIL_STATUS y_absl::Status
 #endif