From 98db4958f014566c6f7b8ec2dc4681badbb341f0 Mon Sep 17 00:00:00 2001 From: Fabrice de Gans-Riberi Date: Mon, 3 Nov 2014 13:45:55 +0100 Subject: Change references to `vector` to use `std::vector` Upstreaming patch used by Chromium in https://codereview.chromium.org/693773003/ --- src/google/protobuf/extension_set.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google/protobuf/extension_set.h') diff --git a/src/google/protobuf/extension_set.h b/src/google/protobuf/extension_set.h index d7ec5192..d6fc45df 100644 --- a/src/google/protobuf/extension_set.h +++ b/src/google/protobuf/extension_set.h @@ -182,7 +182,7 @@ class LIBPROTOBUF_EXPORT ExtensionSet { // is useful to implement Reflection::ListFields(). void AppendToList(const Descriptor* containing_type, const DescriptorPool* pool, - vector* output) const; + std::vector* output) const; // ================================================================= // Accessors -- cgit v1.2.3