Skip to content

Commit

Permalink
Replace std::string_view with absl::string_view
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704378332
  • Loading branch information
tf-text-github-robot committed Dec 9, 2024
1 parent bc16e6e commit 6365dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow_text/core/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ cc_test(
srcs = ["boise_offset_converter_test.cc"],
deps = [
":boise_offset_converter",
"//third_party/absl/strings:string_view",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest_main",
],
Expand Down

0 comments on commit 6365dba

Please sign in to comment.