diff --git a/proto_field_extraction/test_utils/utils.h b/proto_field_extraction/test_utils/utils.h index 48c0432..0fbc121 100644 --- a/proto_field_extraction/test_utils/utils.h +++ b/proto_field_extraction/test_utils/utils.h @@ -27,7 +27,7 @@ namespace google::protobuf::field_extraction::testing { absl::Status GetContents(absl::string_view file_name, std::string* output); -absl::StatusOr GetDescriptorFromBinary( +absl::StatusOr GetDescriptorFromBinary( absl::string_view filename); absl::Status GetTextProto(absl::string_view filename, google::protobuf::Message* proto);