summaryrefslogtreecommitdiff
path: root/grpc/src/core/ext/filters/client_channel/lb_policy_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/src/core/ext/filters/client_channel/lb_policy_registry.h')
-rw-r--r--grpc/src/core/ext/filters/client_channel/lb_policy_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc/src/core/ext/filters/client_channel/lb_policy_registry.h b/grpc/src/core/ext/filters/client_channel/lb_policy_registry.h
index 8d2e3e39..aba44a8a 100644
--- a/grpc/src/core/ext/filters/client_channel/lb_policy_registry.h
+++ b/grpc/src/core/ext/filters/client_channel/lb_policy_registry.h
@@ -57,7 +57,7 @@ class LoadBalancingPolicyRegistry {
/// Returns a parsed object of the load balancing policy to be used from a
/// LoadBalancingConfig array \a json.
static RefCountedPtr<LoadBalancingPolicy::Config> ParseLoadBalancingConfig(
- const Json& json, grpc_error** error);
+ const Json& json, grpc_error_handle* error);
};
} // namespace grpc_core