| Index: third_party/protobuf/src/google/protobuf/extension_set.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/extension_set.h b/third_party/protobuf/src/google/protobuf/extension_set.h
|
| index f3935fb3a380c6584b31d72774f15b8fda0aabfb..3ea11bf41caebee61ee029526852c690a232b17f 100644
|
| --- a/third_party/protobuf/src/google/protobuf/extension_set.h
|
| +++ b/third_party/protobuf/src/google/protobuf/extension_set.h
|
| @@ -180,7 +180,7 @@ class LIBPROTOBUF_EXPORT ExtensionSet {
|
| // is useful to implement Reflection::ListFields().
|
| void AppendToList(const Descriptor* containing_type,
|
| const DescriptorPool* pool,
|
| - vector<const FieldDescriptor*>* output) const;
|
| + std::vector<const FieldDescriptor*>* output) const;
|
|
|
| // =================================================================
|
| // Accessors
|
|
|