| Index: remoting/host/chromeos/aura_desktop_capturer.cc
|
| diff --git a/remoting/host/chromeos/aura_desktop_capturer.cc b/remoting/host/chromeos/aura_desktop_capturer.cc
|
| index 28b5e0362d1f516e873a82d41b8eba6ab4375ccb..d37ae320571a5e4e584193f0325b52a3470c21ad 100644
|
| --- a/remoting/host/chromeos/aura_desktop_capturer.cc
|
| +++ b/remoting/host/chromeos/aura_desktop_capturer.cc
|
| @@ -18,7 +18,7 @@
|
| namespace remoting {
|
|
|
| AuraDesktopCapturer::AuraDesktopCapturer()
|
| - : callback_(NULL), desktop_window_(NULL), weak_factory_(this) {
|
| + : callback_(nullptr), desktop_window_(nullptr), weak_factory_(this) {
|
| }
|
|
|
| AuraDesktopCapturer::~AuraDesktopCapturer() {
|
|
|