| Index: third_party/protobuf/src/google/protobuf/compiler/importer.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/importer.h b/third_party/protobuf/src/google/protobuf/compiler/importer.h
|
| index 759636e164b294b15a19ff717c4fd24f9056fe02..cc8fcc39b09c7d55d1940a3e66c1d517c91a418e 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/importer.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/importer.h
|
| @@ -305,7 +305,7 @@ class LIBPROTOBUF_EXPORT DiskSourceTree : public SourceTree {
|
| const string& disk_path_param)
|
| : virtual_path(virtual_path_param), disk_path(disk_path_param) {}
|
| };
|
| - std::vector<Mapping> mappings_;
|
| + vector<Mapping> mappings_;
|
| string last_error_message_;
|
|
|
| // Like Open(), but returns the on-disk path in disk_file if disk_file is
|
|
|