Index: content/common/gpu/media/v4l2_video_device.h |
diff --git a/content/common/gpu/media/v4l2_video_device.h b/content/common/gpu/media/v4l2_video_device.h |
index f4b368f017eae41564291ceb648e12a3fa69aaed..0356ea6a1801c95217fb282e7979cd08a2f4a270 100644 |
--- a/content/common/gpu/media/v4l2_video_device.h |
+++ b/content/common/gpu/media/v4l2_video_device.h |
@@ -34,7 +34,8 @@ class V4L2Device { |
}; |
// Creates and initializes an appropriate V4L2Device of |type| for the |
- // current platform and returns a scoped_ptr<V4L2Device> on success, or NULL. |
+ // current platform and returns a scoped_ptr<V4L2Device> on success, |
+ // or nullptr. |
static scoped_ptr<V4L2Device> Create(Type type); |
// Parameters and return value are the same as for the standard ioctl() system |