| Index: remoting/host/win/host_service.cc
|
| diff --git a/remoting/host/win/host_service.cc b/remoting/host/win/host_service.cc
|
| index 1f44881658bf058bce19379d58335af29cabded4..03ca844bee6dc7961b5030ea5a4c51378d35ad28 100644
|
| --- a/remoting/host/win/host_service.cc
|
| +++ b/remoting/host/win/host_service.cc
|
| @@ -406,7 +406,7 @@ int HostService::RunInConsole() {
|
| }
|
|
|
| // Create a window for receiving session change notifications.
|
| - win::MessageWindow window;
|
| + base::win::MessageWindow window;
|
| if (!window.Create(this)) {
|
| LOG_GETLASTERROR(ERROR)
|
| << "Failed to create the session notification window";
|
|
|