aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/cocoapods/test
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-03-09 12:25:05 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-03-09 12:25:05 -0800
commit34f153cbeb79d64f88129e2456f8cc3be83dafc9 (patch)
treee6ea9b5ae6c82a3c1d508f790b4f48f1e1af0a16 /test/cpp/cocoapods/test
parentc90a85649bff6095f6840e74a00ebd2fc7cfed65 (diff)
Change grpc++ reference in names to grpcpp in test/cpp/cocoapods
Diffstat (limited to 'test/cpp/cocoapods/test')
-rw-r--r--test/cpp/cocoapods/test/server_context_test_spouse_test.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/cocoapods/test/server_context_test_spouse_test.mm b/test/cpp/cocoapods/test/server_context_test_spouse_test.mm
index fd6878efbf..7cb1b36bf4 100644
--- a/test/cpp/cocoapods/test/server_context_test_spouse_test.mm
+++ b/test/cpp/cocoapods/test/server_context_test_spouse_test.mm
@@ -24,12 +24,12 @@
#import <XCTest/XCTest.h>
-#include <grpc++/test/server_context_test_spouse.h>
+#include <grpcpp/test/server_context_test_spouse.h>
#include <cstring>
#include <vector>
-#include <grpc++/impl/grpc_library.h>
+#include <grpcpp/impl/grpc_library.h>
static grpc::internal::GrpcLibraryInitializer g_initializer;