diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-05 09:04:40 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-05 09:04:40 -0700 |
commit | 2ce0bfa8b47376aefbfadc5e1b6c5164b88842fe (patch) | |
tree | 07a5aba2c4af15c7802be49d68054d97ee833375 /test/core/client_channel/parse_address_test.c | |
parent | b1d3dcdb7db540b7dfa2efad269cd56738ff7e79 (diff) | |
parent | bbcf378192d949c1a81cdae96a584e8e7b453e81 (diff) |
Merge github.com:grpc/grpc into foo
Diffstat (limited to 'test/core/client_channel/parse_address_test.c')
-rw-r--r-- | test/core/client_channel/parse_address_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/parse_address_test.c b/test/core/client_channel/parse_address_test.c index 37dd0fba52..629cdb001f 100644 --- a/test/core/client_channel/parse_address_test.c +++ b/test/core/client_channel/parse_address_test.c @@ -31,7 +31,7 @@ * */ -#include "src/core/ext/client_channel/parse_address.h" +#include "src/core/ext/filters/client_channel/parse_address.h" #include "src/core/lib/iomgr/sockaddr.h" #include <string.h> |