Make build fixes for bazel build :all

pull/18831/head
Karthik Ravi Shankar 6 years ago
parent f01997b377
commit 9b42ab79e0
  1. 2
      include/grpcpp/impl/server_builder_plugin.h
  2. 1
      include/grpcpp/security/credentials.h
  3. 2
      include/grpcpp/support/channel_arguments_impl.h
  4. 4
      src/cpp/client/create_channel.cc

@ -26,10 +26,10 @@
namespace grpc_impl {
class ChannelArguments;
class ServerBuilder;
class ServerInitializer;
} // namespace grpc_impl
namespace grpc {
class ServerBuilder;
/// This interface is meant for internal usage only. Implementations of this
/// interface should add themselves to a \a ServerBuilder instance through the

@ -35,7 +35,6 @@ struct grpc_call;
namespace grpc {
class CallCredentials;
class ChannelArguments;
class ChannelCredentials;
} // namespace grpc
namespace grpc_impl {

@ -24,6 +24,7 @@
#include <grpc/compression.h>
#include <grpc/grpc.h>
#include <grpcpp/resource_quota.h>
#include <grpcpp/support/config.h>
namespace grpc {
@ -31,7 +32,6 @@ namespace testing {
class ChannelArgumentsTest;
} // namespace testing
class ResourceQuota;
class SecureChannelCredentials;
} // namespace grpc

@ -25,10 +25,6 @@
#include "src/cpp/client/create_channel_internal.h"
namespace grpc {
class ChannelArguments;
}
namespace grpc_impl {
std::shared_ptr<grpc::Channel> CreateChannel(
const grpc::string& target,

Loading…
Cancel
Save