aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/service.h')
-rw-r--r--src/google/protobuf/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/service.h b/src/google/protobuf/service.h
index 3818f721..5c6d068f 100644
--- a/src/google/protobuf/service.h
+++ b/src/google/protobuf/service.h
@@ -61,7 +61,7 @@
//
// // implements MyService ---------------------------------------
//
-// void Foo(proto2::RpcController* controller,
+// void Foo(google::protobuf::RpcController* controller,
// const MyRequest* request,
// MyResponse* response,
// Closure* done) {