| commit | cff6df57ecd63f7068b61e88b97678dcfa6f2403 | [log] [tgz] |
|---|---|---|
| author | QUICHE team <quiche-dev@google.com> | Mon Mar 29 11:54:24 2021 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 29 11:54:57 2021 -0700 |
| tree | 1b3b802b792ff691e74a15c4f1a723dc08701667 | |
| parent | 2220a5608115d38317f17d4c3f6965d62a5975fc [diff] [blame] |
Fixes up dependencies and namespaces for tests in //third_party/http2/adapter. PiperOrigin-RevId: 365628212 Change-Id: I72a41e334c2dfac980f52c223abe7cd7432f13fb
diff --git a/http2/adapter/test_utils_test.cc b/http2/adapter/test_utils_test.cc index a000e5c..e8f4ebd 100644 --- a/http2/adapter/test_utils_test.cc +++ b/http2/adapter/test_utils_test.cc
@@ -1,6 +1,6 @@ #include "http2/adapter/test_utils.h" -#include "testing/base/public/gunit.h" +#include "common/platform/api/quiche_test.h" #include "spdy/core/spdy_framer.h" namespace http2 {