Index: third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
diff --git a/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h b/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
index 6916a73b387248981a416038ad2e4d027458b472..1a279849ab0604c74e1aad7cf521cf79f1e43631 100644 |
--- a/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
+++ b/third_party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.h |
@@ -39,8 +39,8 @@ |
#include <google/protobuf/io/coded_stream.h> |
#include <google/protobuf/descriptor.h> |
-#include <google/protobuf/util/internal/type_info.h> |
#include <google/protobuf/util/internal/default_value_objectwriter.h> |
+#include <google/protobuf/util/internal/type_info.h> |
#include <google/protobuf/util/internal/protostream_objectsource.h> |
#include <google/protobuf/util/internal/protostream_objectwriter.h> |
#include <google/protobuf/util/type_resolver.h> |
@@ -77,9 +77,9 @@ class TypeInfoTestHelper { |
ProtoStreamObjectSource* NewProtoSource(io::CodedInputStream* coded_input, |
const string& type_url); |
- ProtoStreamObjectWriter* NewProtoWriter(const string& type_url, |
- strings::ByteSink* output, |
- ErrorListener* listener); |
+ ProtoStreamObjectWriter* NewProtoWriter( |
+ const string& type_url, strings::ByteSink* output, |
+ ErrorListener* listener, const ProtoStreamObjectWriter::Options& options); |
DefaultValueObjectWriter* NewDefaultValueWriter(const string& type_url, |
ObjectWriter* writer); |