| Index: third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h b/third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h
|
| index 28b049d1e53e165277a0e304766649e11ef4113f..570d8d8f1fa82918e1a20840a2e3450e6bd30071 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.h
|
| @@ -112,7 +112,7 @@ class ClassNameResolver {
|
| const FileDescriptor* file,
|
| bool immutable);
|
| // Caches the result to provide better performance.
|
| - std::map<const FileDescriptor*, string> file_immutable_outer_class_names_;
|
| + map<const FileDescriptor*, string> file_immutable_outer_class_names_;
|
|
|
| GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ClassNameResolver);
|
| };
|
|
|