| Index: third_party/protobuf/src/google/protobuf/compiler/java/java_field.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/java/java_field.h b/third_party/protobuf/src/google/protobuf/compiler/java/java_field.h
|
| index 434e610cc1f9b3a69be6e43db84387d0db25ccf6..4dd4f57f6d0145910fa76ab1616731f5219be58f 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/java/java_field.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/java/java_field.h
|
| @@ -169,7 +169,7 @@ struct FieldGeneratorInfo {
|
| string disambiguated_reason;
|
| };
|
|
|
| -// Oneof information used in OneofFieldGenerators.
|
| +// Oneof information used in OneofFieldGeneartors.
|
| struct OneofGeneratorInfo {
|
| string name;
|
| string capitalized_name;
|
| @@ -178,15 +178,15 @@ struct OneofGeneratorInfo {
|
| // Set some common variables used in variable FieldGenerators.
|
| void SetCommonFieldVariables(const FieldDescriptor* descriptor,
|
| const FieldGeneratorInfo* info,
|
| - std::map<string, string>* variables);
|
| + map<string, string>* variables);
|
|
|
| // Set some common oneof variables used in OneofFieldGenerators.
|
| void SetCommonOneofVariables(const FieldDescriptor* descriptor,
|
| const OneofGeneratorInfo* info,
|
| - std::map<string, string>* variables);
|
| + map<string, string>* variables);
|
|
|
| // Print useful comments before a field's accessors.
|
| -void PrintExtraFieldInfo(const std::map<string, string>& variables,
|
| +void PrintExtraFieldInfo(const map<string, string>& variables,
|
| io::Printer* printer);
|
|
|
| } // namespace java
|
|
|