From c2e3fde9b5a9c50a7d18480d0290e4d27f86d298 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Fri, 26 Oct 2018 15:15:48 -0700 Subject: Rename call.h to call_op_set.h and call_wrapper.h to call.h --- BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'BUILD') diff --git a/BUILD b/BUILD index 37a61285e3..9c37cdd6b0 100644 --- a/BUILD +++ b/BUILD @@ -2065,7 +2065,7 @@ grpc_cc_library( "include/grpcpp/impl/codegen/byte_buffer.h", "include/grpcpp/impl/codegen/call.h", "include/grpcpp/impl/codegen/call_hook.h", - "include/grpcpp/impl/codegen/call_wrapper.h", + "include/grpcpp/impl/codegen/call_op_set.h", "include/grpcpp/impl/codegen/callback_common.h", "include/grpcpp/impl/codegen/channel_interface.h", "include/grpcpp/impl/codegen/client_callback.h", @@ -2107,7 +2107,6 @@ grpc_cc_library( name = "grpc++_codegen_base_src", srcs = [ "src/cpp/codegen/codegen_init.cc", - "src/cpp/codegen/call_wrapper.cc", ], language = "c++", deps = [ -- cgit v1.2.3