| Index: remoting/host/screen_recorder.cc
|
| diff --git a/remoting/host/screen_recorder.cc b/remoting/host/screen_recorder.cc
|
| index 58cfc16e3590153bddeecdca87da38dcbacb31da..f84dec68b01740b2df7ff22d9af4e29ca7153d7b 100644
|
| --- a/remoting/host/screen_recorder.cc
|
| +++ b/remoting/host/screen_recorder.cc
|
| @@ -103,8 +103,8 @@ void ScreenRecorder::RemoveAllConnections() {
|
|
|
| Capturer* ScreenRecorder::capturer() {
|
| DCHECK_EQ(capture_loop_, MessageLoop::current());
|
| - DCHECK(capturer_.get());
|
| - return capturer_.get();
|
| + DCHECK(capturer_);
|
| + return capturer_;
|
| }
|
|
|
| Encoder* ScreenRecorder::encoder() {
|
|
|