aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-12-07 14:26:09 -0800
committerGravatar GitHub <noreply@github.com>2018-12-07 14:26:09 -0800
commitbc91ebf74c5e7f1cca4de5b6b906344194ba6c4a (patch)
treedc59b90860039742c075dcd9dc6aac05ab341a9a /src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h
parentb590167cf28365111de0e2f6ccae1a86536d52cc (diff)
parentdedff37b4f569e888836b0cf92a9d6de2ddec326 (diff)
Merge pull request #17343 from markdroth/server_address_list
Allow encoding arbitrary channel args on a per-address basis.
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h b/src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h
index 32c4acc8a3..f713b7f563 100644
--- a/src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h
+++ b/src/core/ext/filters/client_channel/lb_policy/xds/xds_channel.h
@@ -21,7 +21,7 @@
#include <grpc/support/port_platform.h>
-#include "src/core/ext/filters/client_channel/lb_policy_factory.h"
+#include <grpc/impl/codegen/grpc_types.h>
/// Makes any necessary modifications to \a args for use in the xds
/// balancer channel.