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/cocoapods/generic/generic.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/cocoapods') diff --git a/test/cpp/cocoapods/generic/generic.mm b/test/cpp/cocoapods/generic/generic.mm index 5ca34f195c..26f09b0af0 100644 --- a/test/cpp/cocoapods/generic/generic.mm +++ b/test/cpp/cocoapods/generic/generic.mm @@ -32,7 +32,7 @@ #include #include -#include "src/core/lib/gpr/thd.h" +#include "src/core/lib/gprpp/thd.h" #include "test/core/util/port.h" #include "test/core/util/test_config.h" -- cgit v1.2.3