From 26fadb15c402329739fbbdbc6c919ae5f6bcbefd Mon Sep 17 00:00:00 2001 From: Karthik Ravi Shankar Date: Wed, 29 Jul 2020 09:59:20 -0700 Subject: [PATCH] Fix header guards --- include/grpcpp/support/error_details.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/grpcpp/support/error_details.h b/include/grpcpp/support/error_details.h index acf791a3582..15b917f6c5c 100644 --- a/include/grpcpp/support/error_details.h +++ b/include/grpcpp/support/error_details.h @@ -16,8 +16,8 @@ * */ -#ifndef GRPCPP_SUPPORT_ERROR_DETAILS_IMPL_H -#define GRPCPP_SUPPORT_ERROR_DETAILS_IMPL_H +#ifndef GRPCPP_SUPPORT_ERROR_DETAILS_H +#define GRPCPP_SUPPORT_ERROR_DETAILS_H #include @@ -45,4 +45,4 @@ grpc::Status SetErrorDetails(const ::google::rpc::Status& from, } // namespace grpc -#endif // GRPCPP_SUPPORT_ERROR_DETAILS_IMPL_H +#endif // GRPCPP_SUPPORT_ERROR_DETAILS_H