From 14be563f00b5fd04e50c44420bef6e5061080156 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Mon, 13 Aug 2018 12:32:21 -0700 Subject: Down-integrate proto2 namespace fix. --- src/google/protobuf/compiler/command_line_interface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/google/protobuf/compiler/command_line_interface.h') diff --git a/src/google/protobuf/compiler/command_line_interface.h b/src/google/protobuf/compiler/command_line_interface.h index acd2f84a..8dba9949 100644 --- a/src/google/protobuf/compiler/command_line_interface.h +++ b/src/google/protobuf/compiler/command_line_interface.h @@ -73,10 +73,10 @@ class DiskSourceTree; // importer.h // then write a main() procedure like this: // // int main(int argc, char* argv[]) { -// proto2::compiler::CommandLineInterface cli; +// google::protobuf::compiler::CommandLineInterface cli; // // // Support generation of C++ source and headers. -// proto2::compiler::cpp::CppGenerator cpp_generator; +// google::protobuf::compiler::cpp::CppGenerator cpp_generator; // cli.RegisterGenerator("--cpp_out", &cpp_generator, // "Generate C++ source and header."); // -- cgit v1.2.3