| Index: third_party/protobuf/src/google/protobuf/field_mask.pb.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/field_mask.pb.h b/third_party/protobuf/src/google/protobuf/field_mask.pb.h
|
| index 7189fd791ca2e1ac5fbc3bc259f87571a9f25485..f5e0b65533288db818c9871cbe5808e78ba63147 100644
|
| --- a/third_party/protobuf/src/google/protobuf/field_mask.pb.h
|
| +++ b/third_party/protobuf/src/google/protobuf/field_mask.pb.h
|
| @@ -164,6 +164,7 @@ inline void FieldMask::set_paths(int index, const char* value, size_t size) {
|
| // @@protoc_insertion_point(field_set_pointer:google.protobuf.FieldMask.paths)
|
| }
|
| inline ::std::string* FieldMask::add_paths() {
|
| + // @@protoc_insertion_point(field_add_mutable:google.protobuf.FieldMask.paths)
|
| return paths_.Add();
|
| }
|
| inline void FieldMask::add_paths(const ::std::string& value) {
|
|
|