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

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

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 7 months 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/empty.proto
diff --git a/third_party/protobuf/src/google/protobuf/empty.proto b/third_party/protobuf/src/google/protobuf/empty.proto
index b96daf280e7d5d5b7dfe0a5760face1a9c6975d4..37f4cd10eee57ac34c9fc5ae467c94c7a52632df 100644
--- a/third_party/protobuf/src/google/protobuf/empty.proto
+++ b/third_party/protobuf/src/google/protobuf/empty.proto
@@ -33,6 +33,7 @@ syntax = "proto3";
package google.protobuf;
option csharp_namespace = "Google.Protobuf.WellKnownTypes";
+option go_package = "github.com/golang/protobuf/ptypes/empty";
option java_package = "com.google.protobuf";
option java_outer_classname = "EmptyProto";
option java_multiple_files = true;
« no previous file with comments | « third_party/protobuf/src/google/protobuf/dynamic_message.cc ('k') | third_party/protobuf/src/google/protobuf/empty.pb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698