| Index: third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc b/third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc
|
| index ae0811f892692c20137b3a9001a5c1ceeb052ed8..a2c1952297da6357b8924475ff94a76f5a731c32 100644
|
| --- a/third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc
|
| @@ -693,7 +693,7 @@ TEST_2D(TokenizerTest, DocComments, kDocCommentCases, kBlockSizes) {
|
| EXPECT_EQ("prev", tokenizer2.current().text);
|
|
|
| string prev_trailing_comments;
|
| - vector<string> detached_comments;
|
| + std::vector<string> detached_comments;
|
| string next_leading_comments;
|
| tokenizer.NextWithComments(&prev_trailing_comments, &detached_comments,
|
| &next_leading_comments);
|
|
|