From da69355f30ca6863cc07c0aebffc5a14900de265 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Fri, 16 Feb 2018 22:59:03 -0800 Subject: C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) --- test/cpp/client/client_channel_stress_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/client') diff --git a/test/cpp/client/client_channel_stress_test.cc b/test/cpp/client/client_channel_stress_test.cc index 1d2dcae94b..09aa03de08 100644 --- a/test/cpp/client/client_channel_stress_test.cc +++ b/test/cpp/client/client_channel_stress_test.cc @@ -35,7 +35,7 @@ #include #include "src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h" -#include "src/core/lib/gpr/thd.h" +#include "src/core/lib/gprpp/thd.h" #include "src/core/lib/gprpp/ref_counted_ptr.h" #include "src/core/lib/iomgr/sockaddr.h" -- cgit v1.2.3