| Index: third_party/protobuf/src/google/protobuf/type.proto
|
| diff --git a/third_party/protobuf/src/google/protobuf/type.proto b/third_party/protobuf/src/google/protobuf/type.proto
|
| index 1c9cf53da8a38f7423ea8bf6b2e043a6bbc7f9ea..c1e696d6fc0d0d6cd5f90255561b4338bb36bc1a 100644
|
| --- a/third_party/protobuf/src/google/protobuf/type.proto
|
| +++ b/third_party/protobuf/src/google/protobuf/type.proto
|
| @@ -36,11 +36,12 @@ import "google/protobuf/any.proto";
|
| import "google/protobuf/source_context.proto";
|
|
|
| option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
| +option cc_enable_arenas = true;
|
| option java_package = "com.google.protobuf";
|
| option java_outer_classname = "TypeProto";
|
| option java_multiple_files = true;
|
| -option java_generate_equals_and_hash = true;
|
| option objc_class_prefix = "GPB";
|
| +option go_package = "google.golang.org/genproto/protobuf/ptype;ptype";
|
|
|
| // A protocol buffer message type.
|
| message Type {
|
|
|