| 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..504cd25db34967978843461479aefa158debd952 100644
|
| --- a/third_party/protobuf/src/google/protobuf/type.proto
|
| +++ b/third_party/protobuf/src/google/protobuf/type.proto
|
| @@ -36,10 +36,10 @@ 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";
|
|
|
| // A protocol buffer message type.
|
|
|