Index: third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
diff --git a/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h b/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
index 1a1967156b13527a793ee184e10e74ad4355950d..1a279849ab0604c74e1aad7cf521cf79f1e43631 100644 |
--- a/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
+++ b/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
@@ -64,7 +64,7 @@ class TypeInfoTestHelper { |
explicit TypeInfoTestHelper(TypeInfoSource type) : type_(type) {} |
// Creates a TypeInfo object for the given set of descriptors. |
- void ResetTypeInfo(const std::vector<const Descriptor*>& descriptors); |
+ void ResetTypeInfo(const vector<const Descriptor*>& descriptors); |
// Convinent overloads. |
void ResetTypeInfo(const Descriptor* descriptor); |