| Index: remoting/host/audio_capturer.h
|
| diff --git a/remoting/host/audio_capturer.h b/remoting/host/audio_capturer.h
|
| index 570d58563d960815c834fc937a24eadca5215377..d0ab26a2db3821891b262587cf7450cbe415d9f1 100644
|
| --- a/remoting/host/audio_capturer.h
|
| +++ b/remoting/host/audio_capturer.h
|
| @@ -20,7 +20,7 @@ class AudioCapturer {
|
| virtual ~AudioCapturer() {}
|
|
|
| // Returns true if audio capturing is supported on this platform. If this
|
| - // returns true, then Create() must not return NULL.
|
| + // returns true, then Create() must not return nullptr.
|
| static bool IsSupported();
|
| static scoped_ptr<AudioCapturer> Create();
|
|
|
|
|