| Index: net/quic/platform/impl/quic_aligned_impl.h
|
| diff --git a/net/quic/platform/impl/quic_aligned_impl.h b/net/quic/platform/impl/quic_aligned_impl.h
|
| index eec157cb4833f8f0a9a9a34fd5b424f98bf8ad56..b487af1002adc15be7598c2d1853e3adfcc5bda9 100644
|
| --- a/net/quic/platform/impl/quic_aligned_impl.h
|
| +++ b/net/quic/platform/impl/quic_aligned_impl.h
|
| @@ -17,6 +17,6 @@
|
|
|
| // TODO(rtenneti): Change the default 64 alignas value (used the default
|
| // value from CACHELINE_SIZE).
|
| -#define QUIC_CACHELINE_ALIGNED_IMPL ALIGNAS(64)
|
| +#define QUIC_CACHELINE_ALIGNED_IMPL alignas(64)
|
|
|
| #endif // NET_QUIC_PLATFORM_IMPL_QUIC_ALIGNED_IMPL_H_
|
|
|