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

Unified Diff: chromecast/media/cma/ipc/media_message_fifo.h

Issue 881043002: Chromecast: #elif --> #else. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698