| Index: third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc b/third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc
|
| index 00285bcc63a41c48a91d4d4a51860677e8098953..1b6e970071443089d4f24fea5827d47e9e3205c6 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/importer_unittest.cc
|
| @@ -293,7 +293,7 @@ class DiskSourceTreeTest : public testing::Test {
|
| DiskSourceTree source_tree_;
|
|
|
| // Paths of two on-disk directories to use during the test.
|
| - std::vector<string> dirnames_;
|
| + vector<string> dirnames_;
|
| };
|
|
|
| TEST_F(DiskSourceTreeTest, MapRoot) {
|
|
|