aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2018-10-26 14:28:52 -0700
committerGravatar yang-g <yangg@google.com>2018-10-26 14:28:52 -0700
commita35f55fd703762042c6d47ec17da1ecdd4397fe2 (patch)
tree608fd31d994df9ea582702053626f44c450258d7 /test/core/security
parent83d74bf6fcea715f9e36ae992ab59d16f2f2d29b (diff)
move helper function into namespace
Diffstat (limited to 'test/core/security')
-rw-r--r--test/core/security/credentials_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/security/credentials_test.cc b/test/core/security/credentials_test.cc
index 6d1321d6b7..56c4c9c0ae 100644
--- a/test/core/security/credentials_test.cc
+++ b/test/core/security/credentials_test.cc
@@ -43,6 +43,7 @@
#include "src/core/lib/security/transport/auth_filters.h"
#include "test/core/util/test_config.h"
+using grpc_core::internal::grpc_flush_cached_google_default_credentials;
using grpc_core::internal::set_gce_tenancy_checker_for_testing;
/* -- Mock channel credentials. -- */