Skip to content

Commit 4625ac6

Browse files
authored
add missed StringPiece conversion (#21)
Signed-off-by: Lizan Zhou <[email protected]>
1 parent e69251e commit 4625ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/request_weaver_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class RequestWeaverTest : public ::testing::Test {
6363
std::vector<RequestWeaver::BindingInfo> bindings_;
6464
std::list<Field> fields_;
6565

66-
Field CreateField(google::protobuf::StringPiece name) {
66+
Field CreateField(internal::string_view name) {
6767
Field::Cardinality card;
6868
if (name.ends_with("*")) {
6969
// we use "*" at the end of the field name to denote a repeated field.

0 commit comments

Comments
 (0)