QUICHE team | fd50a40 | 2018-12-07 22:54:05 -0500 | [diff] [blame] | 1 | // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef QUICHE_HTTP2_PLATFORM_API_HTTP2_BUG_TRACKER_H_ |
| 6 | #define QUICHE_HTTP2_PLATFORM_API_HTTP2_BUG_TRACKER_H_ |
| 7 | |
| 8 | #include "net/http2/platform/impl/http2_bug_tracker_impl.h" |
| 9 | |
| 10 | #define HTTP2_BUG HTTP2_BUG_IMPL |
| 11 | #define HTTP2_BUG_IF HTTP2_BUG_IF_IMPL |
| 12 | #define FLAGS_http2_always_log_bugs_for_tests \ |
| 13 | FLAGS_http2_always_log_bugs_for_tests_IMPL |
| 14 | |
| 15 | #endif // QUICHE_HTTP2_PLATFORM_API_HTTP2_BUG_TRACKER_H_ |