aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/cli_call.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-03-08 21:20:24 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-03-08 22:04:59 -0800
commitc90a85649bff6095f6840e74a00ebd2fc7cfed65 (patch)
tree1f5e69f067b5105b40538a242472d76ab2565c25 /test/cpp/util/cli_call.h
parent2e251697b1991537f463e26afff71a561a732f58 (diff)
Change grpc++ references in names to grpcpp
Diffstat (limited to 'test/cpp/util/cli_call.h')
-rw-r--r--test/cpp/util/cli_call.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/cpp/util/cli_call.h b/test/cpp/util/cli_call.h
index eff18ee318..51ffafd29f 100644
--- a/test/cpp/util/cli_call.h
+++ b/test/cpp/util/cli_call.h
@@ -21,11 +21,11 @@
#include <map>
-#include <grpc++/channel.h>
-#include <grpc++/completion_queue.h>
-#include <grpc++/generic/generic_stub.h>
-#include <grpc++/support/status.h>
-#include <grpc++/support/string_ref.h>
+#include <grpcpp/channel.h>
+#include <grpcpp/completion_queue.h>
+#include <grpcpp/generic/generic_stub.h>
+#include <grpcpp/support/status.h>
+#include <grpcpp/support/string_ref.h>
namespace grpc {