aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security/security_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/security/security_context.h')
-rw-r--r--src/core/lib/security/security_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/security/security_context.h b/src/core/lib/security/security_context.h
index 61601f538b..e205229081 100644
--- a/src/core/lib/security/security_context.h
+++ b/src/core/lib/security/security_context.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_SECURITY_SECURITY_CONTEXT_H
-#define GRPC_CORE_SECURITY_SECURITY_CONTEXT_H
+#ifndef GRPC_CORE_LIB_SECURITY_SECURITY_CONTEXT_H
+#define GRPC_CORE_LIB_SECURITY_SECURITY_CONTEXT_H
#include "src/core/iomgr/pollset.h"
#include "src/core/security/credentials.h"
@@ -111,4 +111,4 @@ grpc_auth_context *grpc_auth_context_from_arg(const grpc_arg *arg);
grpc_auth_context *grpc_find_auth_context_in_args(
const grpc_channel_args *args);
-#endif /* GRPC_CORE_SECURITY_SECURITY_CONTEXT_H */
+#endif /* GRPC_CORE_LIB_SECURITY_SECURITY_CONTEXT_H */