| Index: remoting/host/setup/daemon_installer_win.cc
|
| diff --git a/remoting/host/setup/daemon_installer_win.cc b/remoting/host/setup/daemon_installer_win.cc
|
| index f54b6d7017f0ee4f52ee01691e25d8b6d2a44b50..decb9dc371adafe4fb633069fe9f9745d199fb18 100644
|
| --- a/remoting/host/setup/daemon_installer_win.cc
|
| +++ b/remoting/host/setup/daemon_installer_win.cc
|
| @@ -382,7 +382,7 @@ scoped_ptr<DaemonInstallerWin> DaemonInstallerWin::Create(
|
| } else {
|
| // The user declined the UAC prompt or some other error occured.
|
| done.Run(result);
|
| - return scoped_ptr<DaemonInstallerWin>();
|
| + return nullptr;
|
| }
|
| }
|
|
|
|
|