aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/resolver/dns/native
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-21 15:23:53 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-21 15:23:53 -0700
commitae07f7fdc670e4226a4f80088023b06ce4c5a8a7 (patch)
treec9f321ce305cc0c9f38e10df2b6172be12c0f9a0 /src/core/ext/resolver/dns/native
parentaf842451318f73d0fd2dcb55f02baaa70c82f3f9 (diff)
parentd9cbec465db305368b04d13409665bd711fa78cf (diff)
Merge remote-tracking branch 'upstream/master' into resolver_channel_args
Diffstat (limited to 'src/core/ext/resolver/dns/native')
-rw-r--r--src/core/ext/resolver/dns/native/dns_resolver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/resolver/dns/native/dns_resolver.c b/src/core/ext/resolver/dns/native/dns_resolver.c
index cb3d8cea27..fa6a254c59 100644
--- a/src/core/ext/resolver/dns/native/dns_resolver.c
+++ b/src/core/ext/resolver/dns/native/dns_resolver.c
@@ -37,9 +37,9 @@
#include <grpc/support/host_port.h>
#include <grpc/support/string_util.h>
-#include "src/core/ext/client_config/http_connect_handshaker.h"
-#include "src/core/ext/client_config/lb_policy_registry.h"
-#include "src/core/ext/client_config/resolver_registry.h"
+#include "src/core/ext/client_channel/http_connect_handshaker.h"
+#include "src/core/ext/client_channel/lb_policy_registry.h"
+#include "src/core/ext/client_channel/resolver_registry.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/iomgr/timer.h"