| Index: third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc b/third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc
|
| index 864531701aedabb18a1882d68f84e214d22a4693..88d6bfb6106d075a820493dbfc65936b3f6b041b 100644
|
| --- a/third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/reflection_ops_unittest.cc
|
| @@ -419,7 +419,7 @@ TEST(ReflectionOpsTest, OneofIsInitialized) {
|
| }
|
|
|
| static string FindInitializationErrors(const Message& message) {
|
| - std::vector<string> errors;
|
| + vector<string> errors;
|
| ReflectionOps::FindInitializationErrors(message, "", &errors);
|
| return Join(errors, ",");
|
| }
|
|
|