diff options
author | Vijay Pai <vpai@google.com> | 2018-03-08 21:20:24 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2018-03-08 22:04:59 -0800 |
commit | c90a85649bff6095f6840e74a00ebd2fc7cfed65 (patch) | |
tree | 1f5e69f067b5105b40538a242472d76ab2565c25 /test/cpp/performance | |
parent | 2e251697b1991537f463e26afff71a561a732f58 (diff) |
Change grpc++ references in names to grpcpp
Diffstat (limited to 'test/cpp/performance')
-rw-r--r-- | test/cpp/performance/writes_per_rpc_test.cc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/cpp/performance/writes_per_rpc_test.cc b/test/cpp/performance/writes_per_rpc_test.cc index d0190de172..5faa7ba757 100644 --- a/test/cpp/performance/writes_per_rpc_test.cc +++ b/test/cpp/performance/writes_per_rpc_test.cc @@ -16,14 +16,14 @@ * */ -#include <grpc++/channel.h> -#include <grpc++/create_channel.h> -#include <grpc++/impl/grpc_library.h> -#include <grpc++/security/credentials.h> -#include <grpc++/security/server_credentials.h> -#include <grpc++/server.h> -#include <grpc++/server_builder.h> #include <grpc/support/log.h> +#include <grpcpp/channel.h> +#include <grpcpp/create_channel.h> +#include <grpcpp/impl/grpc_library.h> +#include <grpcpp/security/credentials.h> +#include <grpcpp/security/server_credentials.h> +#include <grpcpp/server.h> +#include <grpcpp/server_builder.h> #include <gtest/gtest.h> #include "src/core/ext/transport/chttp2/transport/chttp2_transport.h" |