diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-25 17:08:13 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-25 17:08:13 -0700 |
commit | 9a4dddd8b5d4ae968e5ddd52edbef7af92b7a440 (patch) | |
tree | e91eaf20f9b5756956f849cd8b487a52fbc6d0af /src/core/lib/security/json_token.h | |
parent | f23078cbd302d32649537eedda1769c5685228d8 (diff) |
Fix include guards
Diffstat (limited to 'src/core/lib/security/json_token.h')
-rw-r--r-- | src/core/lib/security/json_token.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/security/json_token.h b/src/core/lib/security/json_token.h index d183f9b3a3..08ed4bfef3 100644 --- a/src/core/lib/security/json_token.h +++ b/src/core/lib/security/json_token.h @@ -31,8 +31,8 @@ * */ -#ifndef GRPC_CORE_SECURITY_JSON_TOKEN_H -#define GRPC_CORE_SECURITY_JSON_TOKEN_H +#ifndef GRPC_CORE_LIB_SECURITY_JSON_TOKEN_H +#define GRPC_CORE_LIB_SECURITY_JSON_TOKEN_H #include <grpc/support/slice.h> #include <openssl/rsa.h> @@ -115,4 +115,4 @@ grpc_auth_refresh_token grpc_auth_refresh_token_create_from_json( /* Destructs the object. */ void grpc_auth_refresh_token_destruct(grpc_auth_refresh_token *refresh_token); -#endif /* GRPC_CORE_SECURITY_JSON_TOKEN_H */ +#endif /* GRPC_CORE_LIB_SECURITY_JSON_TOKEN_H */ |