Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: third_party/protobuf/src/google/protobuf/type.proto

Issue 2599263002: third_party/protobuf: Update to HEAD (f52e188fe4) (Closed)
Patch Set: Address comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « third_party/protobuf/src/google/protobuf/timestamp.pb.cc ('k') | third_party/protobuf/src/google/protobuf/type.pb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698