Remove grpc:: from API to ensure general availability

pull/18396/head
Karthik Ravi Shankar 6 years ago
parent 2a8f3f79ab
commit 9a41671cb1
  1. 2
      test/cpp/ext/filters/census/stats_plugin_end2end_test.cc

@ -59,7 +59,7 @@ class EchoServer final : public EchoTestService::Service {
class StatsPluginEnd2EndTest : public ::testing::Test {
protected:
static void SetUpTestCase() { grpc::RegisterOpenCensusPlugin(); }
static void SetUpTestCase() { RegisterOpenCensusPlugin(); }
void SetUp() {
// Set up a synchronous server on a different thread to avoid the asynch

Loading…
Cancel
Save