| Index: remoting/host/audio_capturer_mac.cc
|
| diff --git a/remoting/host/audio_capturer_mac.cc b/remoting/host/audio_capturer_mac.cc
|
| index e328515bfc268af8f88e31c2981e2d9154a8fddf..6ccf61f5ff9704dcd6d457e44a8d5968bd16472c 100644
|
| --- a/remoting/host/audio_capturer_mac.cc
|
| +++ b/remoting/host/audio_capturer_mac.cc
|
| @@ -13,7 +13,7 @@ bool AudioCapturer::IsSupported() {
|
|
|
| scoped_ptr<AudioCapturer> AudioCapturer::Create() {
|
| NOTIMPLEMENTED();
|
| - return scoped_ptr<AudioCapturer>();
|
| + return nullptr;
|
| }
|
|
|
| } // namespace remoting
|
|
|