| Index: remoting/host/shaped_desktop_capturer_unittest.cc
|
| diff --git a/remoting/host/shaped_desktop_capturer_unittest.cc b/remoting/host/shaped_desktop_capturer_unittest.cc
|
| index dbe353e4c01f0534c3d9c01fee6899d1625dbcfd..371c473dbc7738117c23b1618721457fdc7f8afb 100644
|
| --- a/remoting/host/shaped_desktop_capturer_unittest.cc
|
| +++ b/remoting/host/shaped_desktop_capturer_unittest.cc
|
| @@ -42,7 +42,7 @@ class ShapedDesktopCapturerTest : public testing::Test,
|
| public:
|
| // webrtc::DesktopCapturer::Callback interface
|
| webrtc::SharedMemory* CreateSharedMemory(size_t size) override {
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| void OnCaptureCompleted(webrtc::DesktopFrame* frame) override {
|
|
|