aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/cocoapods
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
parentc90a85649bff6095f6840e74a00ebd2fc7cfed65 (diff)
Change grpc++ reference in names to grpcpp in test/cpp/cocoapods
Diffstat (limited to 'test/cpp/cocoapods')
-rw-r--r--test/cpp/cocoapods/generic/generic.mm18
-rw-r--r--test/cpp/cocoapods/test/server_context_test_spouse_test.mm4
2 files changed, 11 insertions, 11 deletions
diff --git a/test/cpp/cocoapods/generic/generic.mm b/test/cpp/cocoapods/generic/generic.mm
index 26f09b0af0..6e65176dd9 100644
--- a/test/cpp/cocoapods/generic/generic.mm
+++ b/test/cpp/cocoapods/generic/generic.mm
@@ -20,15 +20,15 @@
#include <sstream>
-#include <grpc++/channel.h>
-#include <grpc++/client_context.h>
-#include <grpc++/create_channel.h>
-#include <grpc++/generic/async_generic_service.h>
-#include <grpc++/generic/generic_stub.h>
-#include <grpc++/server.h>
-#include <grpc++/server_builder.h>
-#include <grpc++/server_context.h>
-#include <grpc++/support/slice.h>
+#include <grpcpp/channel.h>
+#include <grpcpp/client_context.h>
+#include <grpcpp/create_channel.h>
+#include <grpcpp/generic/async_generic_service.h>
+#include <grpcpp/generic/generic_stub.h>
+#include <grpcpp/server.h>
+#include <grpcpp/server_builder.h>
+#include <grpcpp/server_context.h>
+#include <grpcpp/support/slice.h>
#include <grpc/grpc.h>
#include <grpc/support/time.h>
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;