| Index: remoting/host/win/window_station_and_desktop.cc
|
| diff --git a/remoting/host/win/window_station_and_desktop.cc b/remoting/host/win/window_station_and_desktop.cc
|
| index ed8f19dc579db38d1253b7dfa8a6b2f4d8acf586..1932392b8c3072408e47e67f8aaf62326ea494c6 100644
|
| --- a/remoting/host/win/window_station_and_desktop.cc
|
| +++ b/remoting/host/win/window_station_and_desktop.cc
|
| @@ -9,13 +9,13 @@
|
| namespace remoting {
|
|
|
| WindowStationAndDesktop::WindowStationAndDesktop()
|
| - : desktop_(NULL),
|
| - window_station_(NULL) {
|
| + : desktop_(nullptr),
|
| + window_station_(nullptr) {
|
| }
|
|
|
| WindowStationAndDesktop::~WindowStationAndDesktop() {
|
| - SetDesktop(NULL);
|
| - SetWindowStation(NULL);
|
| + SetDesktop(nullptr);
|
| + SetWindowStation(nullptr);
|
| }
|
|
|
| void WindowStationAndDesktop::SetDesktop(HDESK desktop) {
|
|
|