| Index: net/quic/platform/impl/quic_bug_tracker_impl.h
|
| diff --git a/net/quic/core/quic_bug_tracker.h b/net/quic/platform/impl/quic_bug_tracker_impl.h
|
| similarity index 77%
|
| rename from net/quic/core/quic_bug_tracker.h
|
| rename to net/quic/platform/impl/quic_bug_tracker_impl.h
|
| index e392a1b9d09bc99722e337b356b19d5d8914d0e1..a734fc7dd33cbff2dcbf2c9eea8863e931a585d9 100644
|
| --- a/net/quic/core/quic_bug_tracker.h
|
| +++ b/net/quic/platform/impl/quic_bug_tracker_impl.h
|
| @@ -7,7 +7,7 @@
|
| // For external QUIC, QUIC_BUG should be #defined to LOG(DFATAL) and
|
| // QUIC_BUG_IF(condition) to LOG_IF(DFATAL, condition) as client-side log rate
|
| // limiting is less important and chrome doesn't LOG_FIRST_N anyway.
|
| -#define QUIC_BUG LOG(DFATAL)
|
| -#define QUIC_BUG_IF(condition) LOG_IF(DFATAL, condition)
|
| +#define QUIC_BUG_IMPL LOG(DFATAL)
|
| +#define QUIC_BUG_IF_IMPL(condition) LOG_IF(DFATAL, condition)
|
|
|
| -#endif // NET_QUIC_CORE_QUIC_BUG_TRACKER_H_
|
| +#endif // NET_QUIC_CORE_QUIC_BUG_TRACKER_H_
|
|
|