Index: third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc |
index 648ab28a514bc1d05bd84d464d796dcc791708e6..31d189c255aae8e3496d20a4273836d7a367c403 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc |
+++ b/third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc |
@@ -59,7 +59,7 @@ bool CppGenerator::Generate(const FileDescriptor* file, |
const string& parameter, |
GeneratorContext* generator_context, |
string* error) const { |
- std::vector<std::pair<string, string> > options; |
+ vector<pair<string, string> > options; |
ParseGeneratorParameter(parameter, &options); |
// ----------------------------------------------------------------- |