[Cleanup] Fix abseil include error (#35478)
Fixed
```
/var/local/git/grpc/src/core/ext/transport/chaotic_good/frame_header.cc:69:15: error: no member named 'StrCat' in namespace 'absl'
absl::StrCat("Invalid header length: ", header.header_length));
~~~~~~^
```
Closes #35478
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35478 from veblush:fix-header d6c94b63e7
PiperOrigin-RevId: 596966091
pull/35486/head
parent
f5acbf79e2
commit
5aa832f7b9
2 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue