Index: remoting/codec/video_encoder_vpx.cc |
diff --git a/remoting/codec/video_encoder_vpx.cc b/remoting/codec/video_encoder_vpx.cc |
index adc6bf95a0508478cf05796a79490e3de2c524dd..f610a8fdac806bca11481dd9897eaafb113c691e 100644 |
--- a/remoting/codec/video_encoder_vpx.cc |
+++ b/remoting/codec/video_encoder_vpx.cc |
@@ -325,7 +325,7 @@ scoped_ptr<VideoPacket> VideoEncoderVpx::Encode( |
} |
// Read the encoded data. |
- vpx_codec_iter_t iter = NULL; |
+ vpx_codec_iter_t iter = nullptr; |
bool got_data = false; |
// TODO(hclam): Make sure we get exactly one frame from the packet. |