Make http2/platform/api/http2_test_helpers.h depend on quiche platform api instead of impl. PiperOrigin-RevId: 433828274
diff --git a/http2/platform/api/http2_test_helpers.h b/http2/platform/api/http2_test_helpers.h index eab4fef..ae1a5ee 100644 --- a/http2/platform/api/http2_test_helpers.h +++ b/http2/platform/api/http2_test_helpers.h
@@ -4,7 +4,7 @@ // Provides VERIFY_* macros, similar to EXPECT_* and ASSERT_*, but they return // an AssertionResult if the condition is not satisfied. #include "common/platform/api/quiche_test.h" -#include "net/quiche/common/platform/impl/quiche_test_helpers_impl.h" +#include "common/platform/api/quiche_test_helpers.h" #define VERIFY_AND_RETURN_SUCCESS(expression) \ { \