| Index: third_party/protobuf/src/google/protobuf/compiler/importer.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/importer.cc b/third_party/protobuf/src/google/protobuf/compiler/importer.cc
|
| index 462748b9d5a351bf4f88bc0b16b06e5ddf3064ef..0d9093c047eae3af0c099114b8ccc8a5a8a9cb13 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/importer.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/importer.cc
|
| @@ -270,8 +270,8 @@ static string CanonicalizePath(string path) {
|
| }
|
| #endif
|
|
|
| - std::vector<string> canonical_parts;
|
| - std::vector<string> parts = Split(
|
| + vector<string> canonical_parts;
|
| + vector<string> parts = Split(
|
| path, "/", true); // Note: Removes empty parts.
|
| for (int i = 0; i < parts.size(); i++) {
|
| if (parts[i] == ".") {
|
|
|