| Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
|
| index 79971a95fadf995ced078571fbc63830321d57bd..54d830fca238515f250810c150455e66885bc056 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto
|
| @@ -36,6 +36,10 @@
|
| // though the same identifiers are used internally by the C++ code generator.
|
|
|
|
|
| +// Some generic_services option(s) added automatically.
|
| +// See: http://go/proto2-generic-services-default
|
| +option cc_generic_services = true; // auto-added
|
| +
|
| // We don't put this in a package within proto2 because we need to make sure
|
| // that the generated code doesn't depend on being in the proto2 namespace.
|
| package protobuf_unittest;
|
|
|