diff options
author | Craig Tiller <ctiller@google.com> | 2016-04-05 10:45:40 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-04-05 10:45:40 -0700 |
commit | f40a1972d00645ec9212f26085d6ed28cf3ea12c (patch) | |
tree | 25f50b71b2abb6c1fe68993a0f23da2ca697c247 /src | |
parent | 21f8907167c0d7bc80b74e12a001945d73c0743e (diff) |
Fix include guards
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ext/client_config/client_channel_factory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/client_config/client_channel_factory.h b/src/core/ext/client_config/client_channel_factory.h index 836c1ba2f0..1241b9b781 100644 --- a/src/core/ext/client_config/client_channel_factory.h +++ b/src/core/ext/client_config/client_channel_factory.h @@ -31,8 +31,8 @@ * */ -#ifndef GRPC_CORE_LIB_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H -#define GRPC_CORE_LIB_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H +#ifndef GRPC_CORE_EXT_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H +#define GRPC_CORE_EXT_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H #include <grpc/impl/codegen/grpc_types.h> @@ -82,4 +82,4 @@ grpc_channel *grpc_client_channel_factory_create_channel( grpc_exec_ctx *exec_ctx, grpc_client_channel_factory *factory, const char *target, grpc_client_channel_type type, grpc_channel_args *args); -#endif /* GRPC_CORE_LIB_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H */ +#endif /* GRPC_CORE_EXT_CLIENT_CONFIG_CLIENT_CHANNEL_FACTORY_H */ |