| Index: ppapi/examples/video_decode/video_decode.cc
|
| diff --git a/ppapi/examples/video_decode/video_decode.cc b/ppapi/examples/video_decode/video_decode.cc
|
| index 65b70aa9ecb2cad2b43e533ecc9bcb44dcd1c8e4..2e6e9a35ec15db5e22a646ce8c103b879747404f 100644
|
| --- a/ppapi/examples/video_decode/video_decode.cc
|
| +++ b/ppapi/examples/video_decode/video_decode.cc
|
| @@ -30,7 +30,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
|
|
|