| Index: ppapi/examples/video_decode/video_decode_dev.cc
|
| diff --git a/ppapi/examples/video_decode/video_decode_dev.cc b/ppapi/examples/video_decode/video_decode_dev.cc
|
| index acaef1a52cb2df729fbe93513556c99a20f9240d..2c871921b011c0c744ab753929d9626d496e3dbf 100644
|
| --- a/ppapi/examples/video_decode/video_decode_dev.cc
|
| +++ b/ppapi/examples/video_decode/video_decode_dev.cc
|
| @@ -27,7 +27,7 @@
|
| #include "ppapi/lib/gl/include/GLES2/gl2ext.h"
|
| #include "ppapi/utility/completion_callback_factory.h"
|
|
|
| -// Use assert as a poor-man's CHECK, even in non-debug mode.
|
| +// Use assert as a makeshift CHECK, even in non-debug mode.
|
| // Since <assert.h> redefines assert on every inclusion (it doesn't use
|
| // include-guards), make sure this is the last file #include'd in this file.
|
| #undef NDEBUG
|
|
|