| Index: remoting/host/desktop_environment.h
|
| diff --git a/remoting/host/desktop_environment.h b/remoting/host/desktop_environment.h
|
| index dbeebb886a91c9c636965ea13c0d1dbbbe5a5b07..50aa11d8832ee9df2a593945ddd00c2ecabc7840 100644
|
| --- a/remoting/host/desktop_environment.h
|
| +++ b/remoting/host/desktop_environment.h
|
| @@ -66,7 +66,7 @@ class DesktopEnvironmentFactory {
|
| public:
|
| virtual ~DesktopEnvironmentFactory() {}
|
|
|
| - // Creates an instance of |DesktopEnvironment|. Returns a NULL pointer if
|
| + // Creates an instance of |DesktopEnvironment|. Returns a nullptr pointer if
|
| // the desktop environment could not be created for any reason (if the curtain
|
| // failed to active for instance). |client_session_control| must outlive
|
| // the created desktop environment.
|
|
|