aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/lb_policy_factory.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:50:42 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:50:42 -0700
commit5aceb2740849a0d36bc45fd807309f6e2fc0d2c2 (patch)
treebc37276fff31b5e414295b813937df6b61c5988b /src/core/ext/client_config/lb_policy_factory.h
parent28435e4d62a30885dccbba7194d7a89c98670340 (diff)
Fix include guards
Diffstat (limited to 'src/core/ext/client_config/lb_policy_factory.h')
-rw-r--r--src/core/ext/client_config/lb_policy_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/client_config/lb_policy_factory.h b/src/core/ext/client_config/lb_policy_factory.h
index 7cda216502..4a0a267ea3 100644
--- a/src/core/ext/client_config/lb_policy_factory.h
+++ b/src/core/ext/client_config/lb_policy_factory.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_CLIENT_CONFIG_LB_POLICY_FACTORY_H
-#define GRPC_CORE_LIB_CLIENT_CONFIG_LB_POLICY_FACTORY_H
+#ifndef GRPC_CORE_EXT_CLIENT_CONFIG_LB_POLICY_FACTORY_H
+#define GRPC_CORE_EXT_CLIENT_CONFIG_LB_POLICY_FACTORY_H
#include "src/core/ext/client_config/lb_policy.h"
#include "src/core/ext/client_config/subchannel_factory.h"
@@ -75,4 +75,4 @@ grpc_lb_policy *grpc_lb_policy_factory_create_lb_policy(
grpc_exec_ctx *exec_ctx, grpc_lb_policy_factory *factory,
grpc_lb_policy_args *args);
-#endif /* GRPC_CORE_LIB_CLIENT_CONFIG_LB_POLICY_FACTORY_H */
+#endif /* GRPC_CORE_EXT_CLIENT_CONFIG_LB_POLICY_FACTORY_H */