| Index: third_party/protobuf/src/google/protobuf/unknown_field_set.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/unknown_field_set.h b/third_party/protobuf/src/google/protobuf/unknown_field_set.h
|
| index 825bba83ad4479ba02c25a5baf8804ef52beb97f..cde1f85c646600410c9a201588cd6c47cfc4d5ac 100644
|
| --- a/third_party/protobuf/src/google/protobuf/unknown_field_set.h
|
| +++ b/third_party/protobuf/src/google/protobuf/unknown_field_set.h
|
| @@ -146,7 +146,7 @@ class LIBPROTOBUF_EXPORT UnknownFieldSet {
|
|
|
| void ClearFallback();
|
|
|
| - vector<UnknownField>* fields_;
|
| + std::vector<UnknownField>* fields_;
|
|
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(UnknownFieldSet);
|
| };
|
|
|