Skip to content

Commit

Permalink
Use |nullptr| instead of |0| numeric literal.
Browse files Browse the repository at this point in the history
Bug: 1080832
Change-Id: I95435ef51b4231a2f08368af722a6bff6b8c4c6e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208542
Reviewed-by: Guido Urdaneta <[email protected]>
Commit-Queue: Łukasz Anforowicz <[email protected]>
Cr-Commit-Position: refs/heads/master@{#771035}
  • Loading branch information
anforowicz authored and Commit Bot committed May 21, 2020
1 parent 6d0bd2c commit 333915d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class MediaRecorderHandlerTest : public TestWithParam<MediaRecorderTestParams>,
// For generating test AudioBuses
media::SineWaveAudioSource audio_source_;

MockMediaStreamVideoSource* video_source_ = 0;
MockMediaStreamVideoSource* video_source_ = nullptr;

private:
DISALLOW_COPY_AND_ASSIGN(MediaRecorderHandlerTest);
Expand Down

0 comments on commit 333915d

Please sign in to comment.