Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: net/quic/platform/impl/quic_aligned_impl.h

Issue 2670873002: Remove base's ALIGNOF/ALIGNAS in favor of alignof/alignas. (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/audio_parameters.h ('k') | sandbox/linux/services/credentials.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « media/base/audio_parameters.h ('k') | sandbox/linux/services/credentials.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698