| Index: net/quic/platform/impl/quic_mutex_impl.h
|
| diff --git a/net/quic/platform/impl/quic_mutex_impl.h b/net/quic/platform/impl/quic_mutex_impl.h
|
| index fae020a7a41991d9460e3abd7dba2c82d97517bc..8053514eab5063b486c4c2f36b0b027fb8257c5c 100644
|
| --- a/net/quic/platform/impl/quic_mutex_impl.h
|
| +++ b/net/quic/platform/impl/quic_mutex_impl.h
|
| @@ -36,6 +36,10 @@
|
| #define GUARDED_BY(x)
|
| #endif
|
|
|
| +#ifndef SHARED_LOCKS_REQUIRED
|
| +#define SHARED_LOCKS_REQUIRED(...)
|
| +#endif
|
| +
|
| namespace net {
|
|
|
| // A class wrapping a non-reentrant mutex.
|
|
|