aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-08 10:14:29 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 10:14:29 -0800
commit7bd5e18fea0201fed3edd74e3c3d7caf9040609c (patch)
treebeb3614571da414c6ec292918b7838fbf5bc3ef8 /test/cpp/naming
parentf37d33a21ad5775883f516011cbdd141119a571f (diff)
parentb1ef84a7fdef7fc06680515748b007b6142ae9d1 (diff)
Merge pull request #14197 from vjpai/gpr_review_host_port
GPR review: privatize host_port.h
Diffstat (limited to 'test/cpp/naming')
-rw-r--r--test/cpp/naming/resolver_component_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/naming/resolver_component_test.cc b/test/cpp/naming/resolver_component_test.cc
index 8b5523f01a..aad2fa5f75 100644
--- a/test/cpp/naming/resolver_component_test.cc
+++ b/test/cpp/naming/resolver_component_test.cc
@@ -18,7 +18,6 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
-#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
#include <grpc/support/sync.h>
@@ -38,6 +37,7 @@
#include "src/core/ext/filters/client_channel/resolver_registry.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gpr/env.h"
+#include "src/core/lib/gpr/host_port.h"
#include "src/core/lib/gpr/string.h"
#include "src/core/lib/iomgr/combiner.h"
#include "src/core/lib/iomgr/executor.h"