aboutsummaryrefslogtreecommitdiff
path: root/test/cpp/end2end/exception_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/end2end/exception_test.cc')
-rw-r--r--test/cpp/end2end/exception_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/exception_test.cc b/test/cpp/end2end/exception_test.cc
index 07eda81d13..1a4c418bed 100644
--- a/test/cpp/end2end/exception_test.cc
+++ b/test/cpp/end2end/exception_test.cc
@@ -38,7 +38,7 @@ namespace testing {
const char* kErrorMessage = "This service caused an exception";
#if GRPC_ALLOW_EXCEPTIONS
-class ExceptingServiceImpl : public grpc::testing::EchoTestService::Service {
+class ExceptingServiceImpl : public ::grpc::testing::EchoTestService::Service {
public:
Status Echo(ServerContext* /*server_context*/, const EchoRequest* /*request*/,
EchoResponse* /*response*/) override {