From ffa105ba462af814782e352c49823bef89598741 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Wed, 11 Sep 2024 22:41:42 +0000 Subject: [PATCH] update import --- test/core/test_util/socket_use_after_close_detector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/test_util/socket_use_after_close_detector.cc b/test/core/test_util/socket_use_after_close_detector.cc index 7a25a6b1820..8d2c77b2555 100644 --- a/test/core/test_util/socket_use_after_close_detector.cc +++ b/test/core/test_util/socket_use_after_close_detector.cc @@ -33,8 +33,8 @@ #include #include +#include "absl/log/log.h" #include "gtest/gtest.h" -#include "third_party/absl/log/log.h" #include