| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 34a677699b3cdebf3c421d82f1d7fec53b2f1fdc..7323efb1e8641a6bd8ba53a9efd027f607288290 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -320,8 +320,8 @@ int HostService::RunInConsole() {
|
| }
|
|
|
| // Create a window for receiving session change notifications.
|
| - win::MessageWindow window;
|
| - if (!window.Create(this)) {
|
| + base::win::MessageWindow window;
|
| + if (!window.Create(this, NULL)) {
|
| LOG_GETLASTERROR(ERROR)
|
| << "Failed to create the session notification window";
|
| goto cleanup;
|
|
|