Index: third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h |
diff --git a/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h b/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h |
index ee2f5f7a88c79b37a11ddaf0738c2d0200725804..f27cb76fb107c23a4c57606e99b7df3ef892a848 100644 |
--- a/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h |
+++ b/third_party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.h |
@@ -58,9 +58,8 @@ namespace java { |
class EnumLiteGenerator { |
public: |
- explicit EnumLiteGenerator(const EnumDescriptor* descriptor, |
- bool immutable_api, |
- Context* context); |
+ EnumLiteGenerator(const EnumDescriptor* descriptor, bool immutable_api, |
+ Context* context); |
~EnumLiteGenerator(); |
void Generate(io::Printer* printer); |