Index: chromecast/media/cma/ipc/media_message_fifo.h |
diff --git a/chromecast/media/cma/ipc/media_message_fifo.h b/chromecast/media/cma/ipc/media_message_fifo.h |
index dcc60dbd60bcee1c499b727c01423d57ba0e1af1..af0181de0134b33fb1e94d6878a16e5058d098db 100644 |
--- a/chromecast/media/cma/ipc/media_message_fifo.h |
+++ b/chromecast/media/cma/ipc/media_message_fifo.h |
@@ -174,7 +174,7 @@ class MediaMessageFifo { |
typedef base::subtle::Atomic32 AtomicSize; |
#elif SIZE_MAX == UINT64_MAX |
typedef base::subtle::Atomic64 AtomicSize; |
-#elif |
+#else |
#error "Unsupported size_t" |
#endif |
AtomicSize* rd_offset_; |